How to differentiate between a CreateObject() and GetObject() ?
What are base class, sub class and super class?
Can we reduce the visibility of the inherited or overridden method ?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Differentiate between data abstraction and encapsulation.
Explain what is object oriented programming language?
Differentiate between a class and a method.
What is the purpose of late binding in object-oriented programming?
What is the difference between an Abstract class and Interface?
Why does java not support multiple inheritance?
Can encapsulation be called as a security device?
Explain about the analysis phase?
What is the need of multiple inheritance?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What are the different principle of OOPS?