Which UML relationships should be used between a subclass and a superclass? For example, suppose there is an interface or abstract class Employee and a class HourlyEmployee which inherits from it.
Answers
Answered by
0
Answer:
Generalization.
The relationship between subclass and superclass is generalization. For example there will be generalization between the class Employee and class HourlyEmployee which inherits from…
Explanation:
Similar questions