Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Initialization List Practice | Constructors and Destructors
C++ OOP

Initialization List PracticeInitialization List Practice

Завдання

  • Rewrite constructor using the initialization list instead of assignment statements in the constructor body.
  • Ensure that the order of initialization matches the order of declaration for the class member variables.

Все було зрозуміло?

Секція 2. Розділ 4
toggle bottom row

Initialization List PracticeInitialization List Practice

Завдання

  • Rewrite constructor using the initialization list instead of assignment statements in the constructor body.
  • Ensure that the order of initialization matches the order of declaration for the class member variables.

Все було зрозуміло?

Секція 2. Розділ 4
toggle bottom row
some-alt