Conteúdo do Curso
C++ OOP
C++ OOP
Constructor Delegation Practice
Tarefa
Swipe to begin your solution
- Rewrite this constructors using constructor delegation.
- The default constructor should delegate to a parameterized constructor, passing default values.
- The constructor that initializes only the name should delegate to the parameterized constructor, passing default values for the other members.
- The constructor that initializes name and age should delegate to the parameterized constructor, providing a default value only for salary.
- The constructor that initializes all member variables remains unchanged.
Solução
solution
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 6
Constructor Delegation Practice
Tarefa
Swipe to begin your solution
- Rewrite this constructors using constructor delegation.
- The default constructor should delegate to a parameterized constructor, passing default values.
- The constructor that initializes only the name should delegate to the parameterized constructor, passing default values for the other members.
- The constructor that initializes name and age should delegate to the parameterized constructor, providing a default value only for salary.
- The constructor that initializes all member variables remains unchanged.
Solução
solution
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 6
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo