What is the use of destructive method?
what is virtual function and pure virtual function ?
What does the keyword virtual represented in the method definition?
Explain what you understand by function overloading.
explain the difference between operator overloading and function overloading.
What is data encapsulation and what's its significance?
Explain about instance in object oriented programming?
What is an abstraction and why is it important?
When will you use an interface and abstract class?
What are the basic concepts of oop?
Explain the abstract class modifier?
How to differentiate between a CreateObject() and GetObject() ?
Can different parts of a partial class inherit from different interfaces?
What is the difference between function overloading and over riding?
How can I be thrown polymorphically?