Kurssisisältö
C++ OOP
C++ OOP
Initialization List Practice
Tehtävä
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.
Ratkaisu
solution
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 4
Initialization List Practice
Tehtävä
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.
Ratkaisu
solution
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 4