An open API service indexing awesome lists of open source software.

https://github.com/sajjadmrx/4-pillars-of-object-oriented-ts

Examples of Encapsulation, Abstraction, Inheritance, and Polymorphism
https://github.com/sajjadmrx/4-pillars-of-object-oriented-ts

Last synced: 3 months ago
JSON representation

Examples of Encapsulation, Abstraction, Inheritance, and Polymorphism

Awesome Lists containing this project

README

        

> practice of OOP in TypeScript

# TODOS
- Abstraction ✅
- Encapsulation ✅
- Inheritance ⏳
- Polymorphism ✅
- Mini Project ⏳

# Resources 📚
- [betterprogramming](https://betterprogramming.pub/understand-object-oriented-programming-with-typescript-c4ff8afa40d) ❤️
- [ditty](https://ditty.ir/posts/abstract-class-vs-interface/5VVA5) ❤️