How to differentiate between a CreateObject() and GetObject() ?
what three "domains" are considered during analysis modeling?
Explain the use of Vtable and what are the various problems to override the functions?
Can a function be overloaded based on return types?
Differentiate between a class and a method.
What are the Differentiate between abstraction and encapsulation.
What is the difference between an error and an exception?
What are base class, sub class and super class?
What is the difference between public, private and protected access modifiers?
What is the default access specifier in a class definition?
What is a default method? Why do we need default methods in java 8 interfaces?
What is the use if instanceof keyword? And how do refer to a current instance of object?
Write down how will you create a Binary tree?
What is function override?
Why do we separate interface from implementation?