Contenuti del Corso
C++ OOP
C++ OOP
Initialization List Practice
Compito
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.
Soluzione
solution
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 4
Initialization List Practice
Compito
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.
Soluzione
solution
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 4