What are the limitations of oops?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main advantage of using inheritance?
What is Abstract method and how different from Virtual Method?
What are the limitations of oops?
Can you think of some nice examples where *multiple* actors are associated with a use case ?
What is the difference between class and interface?
What is the significance of encapsulation?
What is the difference between data hiding and implementation?
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?
What is a virtual function?
Can we override a method by using same method name and arguments but different return types?
Explain about overriding polymorphism?
Can we override static methods of a class?