volume_mute

In this Class Diagram, "Corporate Account" and "Individual Account" both point with an open-head arrow to "Bank Account." What does this imply about the attributes of "Bank Account"?

publish date2026/03/24 21:18:54.753001 UTC

volume_mute
Bank Account accountNumber: String balance: Float openDate: Date deposit() / withdraw() Corporate Account companyName: String taxID: String getStatements() Individual Account ownerName: String nationalID: String getProfile()

Correct Answer

They are inherited by both sub-types

Explanation

This is Generalization; sub-types inherit all characteristics of the super-type.

Reference

go-math-science.com


Quizzes you can take where this question appears