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
Explain the difference between class and struct in c++?
What are advantages of using friend classes?
Which coding certification is best?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What programming language should I learn first?
Which operations are permitted on pointers?
Define virtual constructor.
What are the types of pointer?
What is object in c++ example?
Do class declarations end with a semicolon? Do class method definitions?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What are the advantages of prototyping?
Explain virtual destructor?
What does namespace mean in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none