Basics-Wrapup

View on GitHub

OOP Basics

JavaScript is not a class-based object-oriented language But it still has ways of using OOP so for now we will use C++

1. classes Vs Objects

2. Class Methods

3. Constructors & Destructors

4. Access Specifiers

5. Encapsulation

6. Inheritance

7. Polymorphism

8. Abstraction