Write a program to show the inheritance used in a class.
What is a subclass?
What do you mean by "explicitly implemeting an interface". Give an example?
What is meant by overloading functions and operators?
What are the four important foundation concepts of OOP ?
Explain the meaning of object in object oriented programming?
What are the access modifiers?
What is diamond inheritance problem? How java 8 solves this problem?
What are different types of arguments?
What is the benefit of Composition over Inheritance?
Why is C not an OOP language?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Explain about uml?
Classes and structs support inheritance. Is this statement true or false?
What is garbage collection(gc)?