Browsing Tag
oop
13 posts
What is the `new` keyword in JavaScript?
The new keyword in JavaScript is used to create new object instances from either: A constructor function: A…
9-JS OOP: Getters And Setters In Javascript Classes
What are Getters and Setters? Getters and setters are methods that are used to get and set the…
Simplified O.O.P : Abstraction in Python
Introduction In previous post , Simplified: Object-oriented Programming Python, I promised to get into details on abstraction. The…