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
How do you compile the source code with your compiler?
Why is "using namespace std;" considered bad practice?
When can I use a forward declaration?
Explain what are mutator methods in c++?
What do you mean by public protected and private in c++?
How would you use qsort() function to sort an array of structures?
What is function prototyping?
How a new element can be added or pushed in a stack?
What are the 3 levels of programming languages?
Which c++ compiler is best?
What are virtual constructors/destructors?
Are vectors faster than arrays?
How many types of modularization are there in c++?
What is command line arguments in C++? What are its uses? Where we have to use this?
When are exception objects created?