Explain Order of constructor and destructor call in case of multiple inheritance?

Submitted by: Administrator
constructors top-down, destructors bottom-up.

eg:

in parent's constructor

in child's constructor

in grandchild's constructor

in grandchild's destructor

in child's destructor

in parent's destructor
Submitted by: Administrator

Read Online Embedded Systems Job Interview Questions And Answers