Automotive Sales Market

# Introduction In this challenge, we will implement a simple automotive sales market. The goal is to create classes for different car brands, such as Bmw and Benz, and provide basic car information for each brand. We will also create a CarFactory class to create car objects based on the brand specified by the user, and a Customer class to obtain and display car information based on the selected brand. The challenge will require knowledge of Java Object-Oriented Programming, Inheritance, and Polymorphism.

|60 : 00

Click the virtual machine below to start practicing