Which Is The Correct Way To Create An Object Of The Given Class #352
Which is the correct way to create an object of the given class abc?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Fundamentals of Inheritance - Quiz No.2.
Which is the correct way to create an object of the given class abc?
Declaring existing class as sealed
Declaring existing class as override
Declaring existing class as overloads
Declaring existing class as shadows