joshSawYou / CIS255_Vehicle

0 stars 0 forks source link

Abstraction - Inheritance #10

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

Choose which one you are going to implement, Make or Type Abstraction

  • Abstraction
    • At least one (1) Abstract Class for each Make OR Type

      Follow Naming Convention

joshSawYou commented 1 year ago

I chose the make route. From here, there are model classes (FordModels, etc. which have their corresponding make-model classes inside of them (FordF150, etc.)