Question: Problem # 1 - Consider this object class hierarchy diagram. a . Write class definition for Vehicle. b . Write the class hierarchy definition for

Problem #1-
Consider this object class hierarchy diagram.
a. Write class definition for Vehicle.
b. Write the class hierarchy definition for these objects (Vehicle, Car, Sedan). Add 2 attribute and 2 method for Sedan.
Problem 2
Consider the following class hierarchy.
a. Add 2 Attributes (//Variables) and 2 Methods (//Messages) for Vehicle
b. Write the class definition SQL for Vehicle (add 2 attributes and 2 methods).
Write a class hierarchy definition SQL for this class for Vehicle, Aircraft, Helicopter, and Tandem Roter Helicopter (add 2 attributes and 2 methods for each).
NOTE : THIS IS OF DATABASE MANAGEMENT , NOT OF PYTHON SUBJECT .
Problem 2-
Consider the following class hierarchy.
a. Add 2 Attributes (//Variables) and 2 Methods (//Messages) for Vehicle
b. Write the class definition SQL for Vehicle (add 2 attributes and 2 methods).
Write a class hierarchy definition SQL for this class for Vehicle, Aircraft, Helicopter, and Tandem Roter Helicopter (add 2 attributes and 2 methods for each).
Problem #1-
Consider this object class hierarchy diagram.
a. Write class definition for Vehicle.
b. Write the class hierarchy definition for these objects (Vehicle, Car, Sedan). Add 2 attribute
and 2 method for Sedan.
Vehicle
Attributes
make
model
color
fueltype
options
Functions
getMake()
getModel0)
getColor()
getFuelType()
getOptions()
Sedan
SUV
Pickup
Attributes
cabstyle
bedlength
Functions
getCabstyle()
getBedtength()
Problem 2-
Consider the following class hierarchy.
a. Add 2 Attributes (IVariables) and 2 Methods (/iMessages) for Vehicle
b. Write the class delinition SQL for Vehicle (add 2 attributes and 2 methods).
Write a class hierarchy definition SQL for this class for Vehicle, Aircraft, Helicopter, and Tandem Roter Hellicopter (add 2 attributes and 2 methods for each).
Please give me detailed by detailed answers and code with everything
Problem # 1 - Consider this object class

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!