Examveda

Correct way of declaration of object of the following class is?
class name

A. name n = new name();

B. n = name();

C. name n = name();

D. n = new name();

Answer: Option A


Join The Discussion

Related Questions on Classes and Objects in C Sharp