[ fromfile: inheritance-detail-questions.xml id: inheritance-detail-questions ]
What is a vtable?
What is a polymorphic type?
Which kinds of member functions are not inherited? Why?
Under what circumstances should you have virtual
destructors?
What happens when a virtual
function is called from a base class
constructor?
What is virtual
inheritance? What problems can it be used to solve?
Why would you use nonpublic derivation?
Generated: 2012-03-02 | © 2012 Alan Ezust and Paul Ezust. |