Question
De acuerdo al siguiente diagrama, escribe un programa en C++ que trabaje con la clase video y sus correspondientes caractersticas: Hacer un programa que instancie
De acuerdo al siguiente diagrama, escribe un programa en C++ que trabaje con la clase video y sus correspondientes caractersticas:
Hacer un programa que instancie dos videos: Uno con el constructor sin parmetro de calificacin y otro con el constructor recibiendo todos los valores.
El usuario debe contar con un men que pregunte si quiere consultar los videos o calificar alguno.
Translation
According to the following diagram, write a C++ program that works with the video class and its corresponding features:
Video:
#typeVideo: string
#nameVideo:string
#gender : string
#rate :int
#year : int
#duration : int
+rateVideo(int)
+showData()
Make a program that instantiates two videos: One with the constructor with no rating parameter and one with the constructor receiving all values.
The user must have a menu that asks if he wants to consult the videos or rate any.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started