Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions

Question

10. Someone who has seen the same movie at least three times

Answered: 1 week ago

Question

Write formal and informal proposals.

Answered: 1 week ago

Question

Describe the components of a formal report.

Answered: 1 week ago

Question

Write formal and informal reports.

Answered: 1 week ago