Front-End/TypeScript

Reusable Code (Inheritance vs Composition)

JUNNYS 2022. 1. 28. 08:43

Inheritance

- use this when it has "is a" relationship between classes

Composition

- use this when it has "has a" relationship between classes

'Front-End > TypeScript' 카테고리의 다른 글

Decorators  (0) 2022.01.29
Decorators  (0) 2022.01.29