Kursinnehåll
C++ OOP
C++ OOP
Initialization List Practice
Uppgift
Swipe to start coding
- 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.
Lösning
solution
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 4
Initialization List Practice
Uppgift
Swipe to start coding
- 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.
Lösning
solution
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 4