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
- Host: GitHub
- URL: https://github.com/sajjadmrx/4-pillars-of-object-oriented-ts
- Owner: sajjadmrx
- Created: 2022-04-02T13:21:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T14:44:59.000Z (about 3 years ago)
- Last Synced: 2024-12-26T00:09:23.533Z (5 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) ❤️