Which keyword can be used for overloading?
Can we override static methods of a class?
What is meant by function overloading and function overriding?
Can an interface have an inner class?
Why do we separate interface from implementation?
How can I be thrown polymorphically?
Explain persistence?
What do you mean by "explicitly implemeting an interface". Give an example?
Name some languages which have object oriented language and characteristics?
What are virtual functions, base class pointer, derived class pointer, biding references?
What do you mean by operator overloading?
If a method definition has been specified in class , its 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?
Write basic concepts of oops?
Explain what is single and multiple inheritance?
What is the main use of message metaphor in object-oriented programming?