Initialization List Practice
Завдання
Swipe to start coding
You are working with a class that requires proper initialization of its member variables.
- Rewrite the constructor using an initialization list instead of assigning values inside the constructor body.
- Make sure the initialization order follows the order in which the member variables are declared in the class.
Рішення
solution
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 4