Kursinnhold
C++ OOP
C++ OOP
Initialization List Practice
Oppgave
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
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 2. Kapittel 4
Initialization List Practice
Oppgave
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
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 2. Kapittel 4