- Mastering TypeScript 3
- Nathan Rozentals
- 42字
- 2021-07-02 12:42:55
Using interfaces, classes, and inheritance – the Factory Design Pattern
To illustrate how we can use interfaces and classes in a large TypeScript project, we will take a quick look at a very well-known object-oriented design pattern—the Factory Design pattern.