Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Escriba un programa en C++ con las siguientes caractersticas: Una agencia vendedora de autos desea un sistema computacional para administrar los datos de sus vehculos

Escriba un programa en C++ con las siguientes caractersticas:

Una agencia vendedora de autos desea un sistema computacional para administrar los datos de sus vehculos y clasificarlos por tipo. Todos los autos tienen los siguientes datos:

Nmero de serie del motor.

Marca.

Ao.

Precio.

Los vehculos se clasifican por tipo: autos compactos, autos de lujo, camionetas y vagonetas. Para los autos y vagonetas, tambin es importante almacenar la cantidad de pasajeros. Los autos de lujo adems debern indica si son hbridos o no. Para las camionetas se debe controlar la capacidad de carga en kgs. y la cantidad de ejes. Agrega un constructor con parmetros a cada clase para inicializar sus datos e invoca el constructor de la clase base desde el constructor de cada clase derivada , es decir, solo se crean 4 objetos correspondientes a las clases derivadas. Incluye los mtodos necesarios para mostrar la informacin.

English:

Write a C++ program with the following characteristics:

A car dealership wants a computer system to manage its vehicle data and classify it by type. All cars have the following data:

Engine serial number.

Mark.

Year.

Price.

Vehicles are classified by type: compact cars, luxury cars, pickup trucks, and station wagons. For cars and vans, it is also important to store the number of passengers. Luxury cars must also indicate whether they are hybrids or not. For vans, the load capacity in kgs must be controlled. and the number of axles. It adds a parameterized constructor to each class to initialize its data and calls the base class's constructor from each derived class's constructor, i.e. only 4 objects corresponding to the derived classes are created. It includes the necessary methods to display the information.

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

Databases Demystified

Authors: Andrew Oppel

1st Edition

0072253649, 9780072253641

More Books

Students also viewed these Databases questions

Question

6. Explain how to train managers to coach employees.

Answered: 1 week ago