Explain what is polymorphism?
What are base class, sub class and super class?
What are all the languages which support oop?
Describe the Diamond problem. Where does this problem occur?
Can you think of some nice examples where *multiple* actors are associated with a use case ?
How can I be thrown polymorphically?
What is a virtual function?
What is Abstract method and how different from Virtual Method?
Which OOPS concept exposes only the necessary information to the calling functions?
What are inner classes and what is the practical implementation of inner classes?
USECASE is an implementation independent notation. How will the designer give the implementation details of a particular USECASE to the programmer?
What do you mean by operator overloading?
What is a constructor in class?