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 |
In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading
Classes and structs support inheritance. Is this statement true or false?
What is serialization? How do we implement serialization actually?
What are a base class, subclass, and superclass?
What is an abstract property. Give an example?
What is the difference between aggregation and composition?
What is composition? Explain the purpose of composition.
What is a pure virtual function?
State two differences between an object and a class.
What is a friend function?
Which oops concept is used as reuse mechanism?
Explain the term constructor