What are the good practices to use while designing for
reuse?
Answer / priyadharshini.m
1.Form classes as generic classes whenever it is possible.
2.Set coupling to be low when deciding the message passing
| Is This Answer Correct ? | 2 Yes | 0 No |
What is early and late Binding?
What is abstract method?
Write a program to show the inheritance used in a class.
Explain about inheritance?
What is the syntax of object oriented method call?
Define Initialisation Purpose.
Explain about encapsulation?
What is dynamic or run time polymorphism?
What is the difference between multiple and multilevel inheritance?
What are the methods required to create changes in subclasses?
Explain the implementation phase with respect to oop?
What is difference between static and non-static fields of a class?