Um simulador de eleição que fiz em Java puro. Praticando POO em Java. Usei os conhecimentos que adquiri até agora em encapsulamento, up e downcasting, polimorfismo, interfaces e etc.
Create a set of classes representing different types of vehicles and their characteristics, and then use upcasting and downcasting to access specific features of these vehicles. Create a base class ...