Explain what you understand by function overloading.
What is an interface?
What is operator overloading and polymorphism?
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 are the main features of oops?
What is the function of messaging metaphor?
What if we override the conflicting method in the class?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Explain about a class?
What interface must an object implement before it can be written to a stream as an object?
What is the significance of encapsulation?
Why is java not fully objective oriented?
Explain the mechanism of composition?
Does a class inherit the constructor of its super class?
Which keyword can be used for overloading?