CAP 4 -Herencia -5 ejercicios Propuesto-PB PDF
Document Details
Uploaded by ManageableSerpentine9738
Pontificia Universidad Católica del Ecuador
Tags
Summary
This document presents a programming assignment focused on object-oriented programming in Java. The assignment involves creating an ArrayList of motorcycle objects and processing the data related to these objects using Java methods. The document includes instructions and sample code snippets for programming in Java.
Full Transcript
CAP 4. HERENCIA Tema: Herencia - Array list de Objetos 2 - Ejercicios ACTIVIDAD -lABORATORIO: PROGRAMA QUE GESTIONE MOTOCICLETAS Programa que cree un ArrayList de Objetos de tipo MOTO. El programa debe pedir por teclado los datos de LAS MOTOS y los guarda...
CAP 4. HERENCIA Tema: Herencia - Array list de Objetos 2 - Ejercicios ACTIVIDAD -lABORATORIO: PROGRAMA QUE GESTIONE MOTOCICLETAS Programa que cree un ArrayList de Objetos de tipo MOTO. El programa debe pedir por teclado los datos de LAS MOTOS y los guarda en el array. A continuación utilizará el ArrayList para mostrar por pantalla lo siguiente: a) TODAS LAS MOTOS INTRODUCIDAS. B) TODAS LAS MOTOS DE UNA MARCA DETERMINADA. C) TODAS LAS MOTOS CON MENOS DE UN NÚMERO DETERMINADO DE KILÓMETROS. D) LA MOTO CON MAYOR NÚMERO DE KILÓMETROS. E) TODAS LAS MOTOS ORDENADOS POR NÚMERO DE KILÓMETROS DE MAYOR A MENOR. El programa debe ser implementado haciendo usos de métodos Para el alumno Haga uso de componentes javax.swing Controle el literal literal “d” de modo que si existe kilometraje repetido se muestren todos. Bibliografía Ceballos. J y Sierra (2011). Curso de Programación. Cuarta Edición. Alfaomega GESTIÓN DE SISTEMAS E INFORMÁTICA, ADMINISTRACIÓN GENERAL DEL ESTADO. TEMARIO 2. (2010). ADAMS Román, L. L. (2014). Metodología de la programación orientada a objetos. Alfa Omega