A

Admin • 802.91K Points
Coach

Q. Which of the following is the correct way to create an object of the class Sample?
1. Sample s = new Sample();
2. Sample s;
3. Sample s; s = new Sample();
4. s = new Sample();

  • (A) 1,3
  • (B) 2,4
  • (C) 1,2,3
  • (D) 4,5
  • Correct Answer - Option(A)
  • Views: 4
  • Filed under category C# (C Sharp)
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.