What is constructor and virtual function? Can we call virtual funciton in a constructor?
What is method overriding?
Differentiate between a class and a method.
What is the difference abstract class and interface?
What is the function of pure virtual functions?
Explain the abstract class modifier?
What do you mean by virtual function and virtual classes?
What is the difference between public, private and protected access modifiers?
Does java support multiple inheritance? if not, what is the solution?
What is a constructor in class?
What is virtual?
Which oops concept is used as reuse mechanism?
How to make a class accessible as a web service?
Can a class implement two interfaces having default method with same name and signature?
Name some languages which have object oriented language and characteristics?