1. Classes and Objectes.
Classes are a blueprint for creating objects. They define properties(attributes) and methods(functions) that objects of classes will have.
Objects are instances of classes. its created using the ‘new’ keyword.
A constructor is a special method w...
shashikadev.hashnode.dev1 min read