Un-Answered Questions { OOAD }

What are the methods required to create changes in subclasses?

554


What is the purpose of late binding in object-oriented programming?

563


Explain static binding

552


What are the features that are provided to make a program modular?

595


Why dynamic binding is used in object-oriented programming?

608


what are the different ways for a method to be overloaded?

534


What is the difference between aggregation and composition?

511


What is the function of dynamic typing?

563


Why dynamic loading is used in object-oriented programming?

564


Explain persistence?

570


What is the order of call of constructors in inheritiance?

604


What is the benefit of using inheritance?

586


Can we override static methods of a class?

537


Can a class in java be inherited from more than one class?

515


Can we override a method by using same method name and arguments but different return types?

521