Define Initialisation Purpose.
What is diamond inheritance problem? How java 8 solves this problem?
What is the diffrence between an abstract class and interface?
What is a friend function?
What's the main difference between arraylist / hashmap and vector / hashtable?
What is data abstraction? what are the three levels of data abstraction with Example?
Can we override a method by using same method name and arguments but different return types?
Define modularity?
What are the various types of constructors?
Can we reduce the visibility of the inherited or overridden method ?
explain the difference between operator overloading and function overloading.
Explain OOPS.
What are virtual functions, base class pointer, derived class pointer, biding references?
What do you mean by abstract classes?
What is meant by inheritance? what are the advantages of inheritance?