What is the benefit of using inheritance?
Explain the purpose of composition.
Explain about uml?
What is a try/ catch block?
Whether static method can use nonstatic members?
What are the different principle of OOPS?
what is virtual function and pure virtual function ?
What if we make the method as abstract in another interface?
How many methods are there in the externalizable interface?
What is early and late Binding?
What is a final variable?
What is the function of messaging metaphor?
What is Abstract method and how different from Virtual Method?
How can we restrict inheritance for a class so that no class can be inherited from it?
Explain OOPS.