Explain what is meant by polymorphism?
Explain what is an object?
What if we override the conflicting method in the class?
Can an interface inherit from another interface?
Can you give some examples of tokens?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What is Overloading ? Is it similar to overriding ?
What is the function of pure virtual functions?
Explain about object oriented databases?
What are sealed modifiers?
What is the benefit of Composition over Inheritance?
Why abstraction is important?
Differentiate between overloading and overriding.
Write basic concepts of oops?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?