In: Computer Science
This assignment tests your understanding of abstract classes, inheritance, and requirements modeling using class-based methods. The assignment scenario involves an abstract vehicle class and concrete subclasses Jeep and Ford. The vehicle class has the following variables (manufacturer, language), and methods (getManufacturer( ), and getLanguage( )). The manufacturer builds a specific vehicle (a Jeep and a Ford). The manufacturer will notify the consumer class that a Jeep and a Ford are available for purchase. The consumer class purchases the Jeep. Your
Tasks:
a) Draw a Use Case diagram based on the above scenario
b) Draw a UML Class diagram based on the above scenario
USECASEDIAGRAM:
use case diagram for above scenario is as follows:
class diagram:
class diagram for above scenario is as follows: