I am doing a class diagram and I have one abstract class and two child classes which inherit from the parent one. The abstract class has also 2 abstract methods.My question is,should I add the abstract methods in the child classes in my class diagram ? Since its a abstract method I know that they have to be implemented in the inherited classes. This is my diagram :
Asked
Active
Viewed 77 times
0
-
maybe [this](https://stackoverflow.com/questions/46049761/how-to-present-an-abstract-class-in-uml-class-diagram) question helps you โ fuggerjaki61 Jan 03 '21 at 12:41
-
A class is a classifier, and an abstract classifier if written in italic, see ยง 9.2.4.1 page 101 of http://www.omg.org/spec/UML/2.5.1 โ bruno Jan 03 '21 at 13:56
-
Re. _repeating_: You don't repeat the anstract opertion. Instead you present a concrete implementation of it. โ qwerty_so Jan 03 '21 at 21:24