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 |
Difference between class and an object?
Why use oops?
How to define an abstract class?
Explain OOPS.
Who is an Actor?
What are the properties that are defined in an object model?
Can we override a method by using same method name and arguments but different return types?
Explain static binding
State some of the advantages of object oriented programming?
What interface must an object implement before it can be written to a stream as an object?
Is iterator a class or interface? What is its use?
How a program can be structured using the concept of object oriented programming?