Do we require a parameter for constructors?
What is the difference between public, private and protected access modifiers?
what is meant by "method-wars"?
Explain about parametric polymorphism?
What are the properties that are defined in an object model?
What is Abstract method and how different from Virtual Method?
What is the difference abstract class and interface?
Explain about inheritance?
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 subclass?
How can I be thrown polymorphically?
What is the purpose of late binding in object-oriented programming?
Which oops concept exposes only necessary information to the calling functions?