Generalization Relationship in Raptor
Overview Let’s learn the concepts involved to diagram the Generalization relationship using the Raptor UML tool. The generalization relationship is used to identify the common things among the classes used in the program. This relationship is also called Inheritance. The common attributes and the common behavior are placed in the superclass. This is general for […]