a) abc s1 = new abc(1);
b) abc s1 = new abc();
c) abc s2 = new abc(1.4f);
d) abc s2 = new abc(1, 1.4f);
Correct way to define object of sample class in which C# code will work correctly is: advertisement var adpushup =
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Correct way to define object of sample class in which C# code will work correctly is: advertisement var adpushup =
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!