Which is the correct way to create an object of the given class abc?
(a) Declaring existing class as sealed
(b) Declaring existing class as override
(c) Declaring existing class as overloads
(d) Declaring existing class as shadows
The question was posed to me in semester exam.
This is a very interesting question from Fundamentals of Inheritance in chapter Object Oriented Concepts of C#