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 |
Why is class hierarchies managed in object-oriented programming?
Can you instantiate an abstract class and what is an inner class?
0 Answers Flextronics, Tavant Technologies, Virtusa,
Explain the mechanism of composition?
Which oops concept exposes only necessary information to the calling functions?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What is an abstraction and why is it important?
Can I implement polymorphism using abstract class?
What is data encapsulation and what is its significance?
Explain the different types of constructors
How will you define abstract classes?
What is the function of messaging metaphor?
Explain serialization and overriding?