Answer Posted / dee
Multiplae inheritance is used when we want to reuse the
code from 2 ro 3 classes.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the use of c++ programming language in real life?
Explain the isa and hasa class relationships. How would you implement each?
Explain the pure virtual functions?
Explain the use of virtual destructor?
Which function should be used to free the memory allocated by calloc()?
What is a manipulative person?
What return value must conversion operators have in their declaration?
How do I use arrays in c++?
What are shallow and deep copy?
Define anonymous class.
Explain explicit container.
When we use Abstract Class and when we use Interface?where we will implement in real time?
How one would use switch in a program?
Can we specify variable field width in a scanf() format string? If possible how?
What are protected members in c++?