Question: There are five classes. Class E is derived from class D, D from C, C from B, and B from A. Which class constructor(s) will be called first if the object of E or D is created?
- A
- B
- C
- C and B
Answer: The correct answer of the above question is Option A:A