https://github.com/cynx/javascript_inheritance_composition
Trying out few Inheritance patterns and equivalent implementation using Composition
https://github.com/cynx/javascript_inheritance_composition
composition inheritance javascript
Last synced: over 1 year ago
JSON representation
Trying out few Inheritance patterns and equivalent implementation using Composition
- Host: GitHub
- URL: https://github.com/cynx/javascript_inheritance_composition
- Owner: cynx
- Created: 2017-04-15T10:19:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T17:08:23.000Z (about 9 years ago)
- Last Synced: 2025-03-21T15:12:14.364Z (over 1 year ago)
- Topics: composition, inheritance, javascript
- Language: JavaScript
- Homepage: https://echosteg.com
- Size: 4.88 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Trying out few Inheritance patterns and equivalent implementation using Composition
* Psuedo - classical
* Prototypal
* ES6 Classes
* Composition