LAB4
LAB4
There are two main types of accounts: SavingsAccount and CurrentAccount, both of
which inherit from a base class BankAccount.
Requirements:
Task:
2.You are designing a Hybrid Car system that combines features from both Electric
Vehicles (EVs) and Fuel-Based Vehicles. The goal is to create a hybrid car that inherits
properties from both types of vehicles using multiple inheritance.
Requirements:
Task:
3. Design a Class Diagram and interaction Diagram for e-voting system. Create your own
classes and list the attributes and methods for each of them.