Under what conditions is multiple inheritance not recommended?
Answer / ackmed
If you derive from more than one base classes with the same
parent, then that parent should be a virtual base class.
| Is This Answer Correct ? | 4 Yes | 0 No |
How can we read/write Structures from/to data files?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is an incomplete type?
How long does it take to get good at leetcode?
Can you pass an array to a function in c++?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
What are the five basic elements of a c++ program?
What is a namespace in c++?
What is a c++ object?
What are guid? Why does com need guids?
What is runtime errors c++?
Explain what are accessor methods?