Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Constructor Delegation Practice | Constructors and Destructors
C++ OOP
course content

Contenido del Curso

C++ OOP

C++ OOP

1. Fundamentals of OOP
2. Constructors and Destructors
3. Encapsulation Overview
4. Inheritance Overview
5. Polymorphism Overview

Constructor Delegation Practice

Tarea

  • 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.

Tarea

  • 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.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Sección 2. Capítulo 6
toggle bottom row

Constructor Delegation Practice

Tarea

  • 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.

Tarea

  • 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.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Sección 2. Capítulo 6
toggle bottom row

Constructor Delegation Practice

Tarea

  • 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.

Tarea

  • 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.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Tarea

  • 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.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 2. Capítulo 6
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
We're sorry to hear that something went wrong. What happened?
some-alt