Answer Posted / sandeep mannarakkal
Virtual inheritance is used for creating an a class (portion in the derived object ) as first. Once this object portion got created then compiler insert a offset to the remaining portion of the object for identifying the virtual portions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are built-in functions? What is the syntax for the definition?
What is the use of setprecision in c++?
What does return 0 do in c++?
How can an improvement in the quality of software be done by try/catch/throw?
What is problem with overriding functions?
Does c++ cost money?
Which is the best c++ software?
Explain queue. How it can be implemented?
What is a namespace in c++?
How to give an alternate name to a namespace?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Is map ordered c++?
What is decltype c++?
Is c++ the best programming language?
What is the type of this pointer in c++?