How can we call the base method without creating an instance?
Explain about inheritance hierarchies?
What do you mean by virtual function and virtual classes?
What is the diffrence between an abstract class and interface?
What is garbage collection(gc)?
Write basic concepts of oops?
Why we use oops concepts? What is its advantage?
What is difference between static and non-static fields of a class?
Can we override static methods? Why?
Why is java not fully objective oriented?
Explain what a method is?
How do you prevent a class from being inherited by another class?
What are the Differentiate between abstraction and encapsulation.