Activity 10: Object-Oriented Programming OOP in TypeScript
Core OOP Concepts in TypeScript
Class and Object
A class is a blueprint or template for creating objects. It defines properties and methods that the objects created from the class will have.
An object is an instance of a class. It holds actual d...
mischii.hashnode.dev3 min read
Thirdy Gayares
software-engineer
Good