Differentiate between data abstraction and encapsulation.
Explain about object oriented programming?
Explain what you understand by function overloading.
Differentiate between a class and a method.
What is a pure virtual function?
Which oops concept is used as reuse mechanism?
What is the difference between an Abstract class and Interface?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
Who is an Actor?
What is Abstract method and how different from Virtual Method?
What is a nested interface?
What are all the operators that cannot be overloaded?
Can an interface have an inner class?