Question: etermine the proper relation between the following classes: which ones should be subclasses of others and which should be composed of others? Explain your reasoning.

etermine the proper relation between the following classes: which ones should be subclasses of others
and which should be composed of others? Explain your reasoning.
Boat, BoatHouse, House, HouseBoat, Garage, Car
USMoney
(
with dollars and cents attributes
)
and Money
(
with an attribute indicating the kind of
currency as well as the amount
)
Class
1
and Class
2
,
where both classes have methods with headers
public Object get
()
and
public
void put
(
Object o
)
.
In Class
1
,
the get and put methods behave like a stack
s pop and push methods
with LIFO behavior, and in Class
2
,
the get and put methods behave like a queue
s dequeue and
enqueue methods with FIFO behavior. Car and Truck
Card
(
with suit and value instance variable
)
and Deck
(
of
52
cards
)
.

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 Databases Questions!