What is method overriding?
What is sealed modifiers?
What is abstraction? How does it differ from encapsulation
Can an interface inherit from another interface?
What are the limitations of inheritance?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Write about abstract base classes?
what are the different ways for a method to be overloaded?
Explain what is meant by polymorphism?
Why is OOP good?
what is virtual function and pure virtual function ?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What is the diffrence between an abstract class and interface?
When will you use an interface and abstract class?
Do we require parameter for constructors?