What is polymorphism? When is it employed? give an example.
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
what three "domains" are considered during analysis modeling?
What do you mean by virtual function and virtual classes?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What is Abstract method and how different from Virtual Method?
What are virtual functions, base class pointer, derived class pointer, biding references?
Is it possible to create partial structs, interfaces and methods?
What is an abstract property. Give an example?
Can you instantiate an abstract class and what is an inner class?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What is a nested interface?
what is virtual function and pure virtual function ?
Explain what is object oriented programming language?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?