Cursusinhoud
C++ OOP
C++ OOP
Initialization List Practice
Taak
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.
Oplossing
solution
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 2. Hoofdstuk 4
Initialization List Practice
Taak
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.
Oplossing
solution
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 2. Hoofdstuk 4