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?

  1. A
  2. B
  3. C
  4. C and B

Answer: The correct answer of the above question is Option A:A