Description
In this course, you will :
- In this course, Creating Object-oriented TypeScript Code, you'll learn different ways to create objects while focusing on object-oriented programming (OOP) techniques that can be used to maximize reuse and enhance productivity.
- First, you'll explore the core principles of object-oriented programming, such as encapsulation, polymorphism, inheritance, and abstraction, and see how they can be applied and used.
- Next, you'll discover how to define and instantiate classes in TypeScript, understand what members can be added to a class and the role they play.