Answer Posted / nishikant sahu
When i want wrap the properties of more than one class into
a single entity(class) ,then i want to use MI,but strongly
recommend to avoid MI, if this scenario occur then you
design having some problem, and it cast a lots of issue and
overhead.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the two main components of c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Why do we need function?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is the purpose of template?
What is a catch statement?
What do you mean by ‘void’ return type?
Why namespace is used in c++?
Why should you learn c++?
How many namespaces are there in c++?
What are the uses of c++ in the real world?
How long does it take to get good at leetcode?
Why the usage of pointers in C++ is not recommended ?
Is linux written in c or c++?