Interviewer And Interviewee Guide

Embedded Systems Interview Question:

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
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.