Some terms in software design

Generalization and Specialization

Generalization and Specialization are the inverse of each other. It only differs in the design process.
Generalization is a bottom-up design process whereas Specialization is a top-down design process.  

They both belong to inheritance. It is using the "extends" keyword in Java.

 

 

Realization in JavaRealization is the relationship between the class and the interface. It is using the “implements” keyword in Java. A realization relationship connector appears as a dashed line with an unfilled arrowhead.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326354705&siteId=291194637