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 |
Does c++ vector allocate memory?
What is an inline function in c++?
Differentiate between declaration and definition.
When should I use unitbuf flag?
Explain function overloading and operator overloading.
What are the types of container classes?
What is lazy initialization in c++?
Why preincrement operator is faster than postincrement?
Can we define function inside main in c++?
What is a float in c++?
What are vtable and vptr?
When a function is made inline. Write the situation where inline functions may not work.