educative.io

https://www.educative.io/courses/grokking-the-object-oriented-design-interview/7npMYmzm8DA

https://www.educative.io/courses/grokking-the-object-oriented-design-interview/7npMYmzm8DA

What does “Generalization between actors” relationship between customer and guest mean?

1 Like

I also would like to receive an answer to this.

Generalization between actors is the same as that of generalization between classes. For example, in classes, when we say that an “employee” is a “person”, this means that “employee” is inherited from “person” and includes all functionalities of “person”. Similarly, for actors, we will say “Customer” includes all functionality of “Guest”.

1 Like