What is the difference between class inheritance and interface inheritance?
What is the benefit of using inheritance?
Do we require a parameter for constructors?
What's the order of call of constructors in inheritiance?
What is the main advantage of using inheritance?
Explain about polymorphism?
What are the rules to define a functional interface?
Difference between abstraction and implementation hiding ?
Does a class inherit the constructor of its super class?
Is is possible to define our own functional interface?
What are the basic concepts of oop?
what is virtual function and pure virtual function ?
Explain what is meant by polymorphism?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Explain serialization and overriding?