Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Overloaded Movie Class | Constructors and Overloading
C# OOP Class Construction Drills

bookChallenge: Overloaded Movie Class

Tarea

Swipe to start coding

Create a Movie class that supports multiple ways to initialize its fields using overloaded constructors.

  • The class must have a default constructor that sets the Title to "Unknown" and ReleaseYear to 0.
  • The class must have a constructor that takes a title parameter and sets Title to the given value and ReleaseYear to 0.
  • The class must have a constructor that takes both a title and a releaseYear, and sets the fields accordingly.

Solución

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 4
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

close

bookChallenge: Overloaded Movie Class

Desliza para mostrar el menú

Tarea

Swipe to start coding

Create a Movie class that supports multiple ways to initialize its fields using overloaded constructors.

  • The class must have a default constructor that sets the Title to "Unknown" and ReleaseYear to 0.
  • The class must have a constructor that takes a title parameter and sets Title to the given value and ReleaseYear to 0.
  • The class must have a constructor that takes both a title and a releaseYear, and sets the fields accordingly.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 4
single

single

some-alt