-
Content:
- OOP
- OOP Principles
-
Content:
- OOP In JavaScript: Prototypes
- Ways of implementing prototypal inheritance in js
- How Object.create() works
- Prototypes
- Prototypal Inheritance
- Prototype Chain(like scope chaining)
- Setter and Getter
- Static Methods
-
Content:
-
Inheritance In Action
-
Inheritance With Constructor Function
- Before using inheritance (No inheritance between Person and Student)
- How make inheritance
- Bad way and best way to make inheritance:
- After make inheritance
- How it is work
-
Inheritance between ES6 classes
-
Inheritance between Classes Object.create
-
-
Content:
Examples In OOP