What are virtual functions, base class pointer, derived class pointer, biding references?
Can you create an instance of an interface?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Differences between functional programming and object-oriented programming?
Why are virtual users created?
What are sealed modifiers?
What is the difference between multiple and multilevel inheritance?
What is the need of multiple inheritance?
What is the difference between abstract & interface?
What is a subclass?
How to define an abstract class?
Can you create an instance for an abstract class?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Can you give some examples of tokens?
Explain the use of Vtable and what are the various problems to override the functions?