Creating Object-oriented TypeScript Code
https://www.pluralsight.com/courses/typescript-creating-object-oriented-code
by Dan Wahlin
Mod 1: Course Overview
- Course Overview
Mod 2: Introduction to Object-oriented Programming in TypeScript
- Overview
- Introduction
- The Role of Objects
- Object Creation Techniques
- Object-oriented Concepts
- Summary
Mod 3: Classes and Objects
- Introduction
- The Role of Classes
- Creating a Class
- Adding Class Members
- Creating a Class Instance
- Constructors and Properties
- a TypeScript class can only have one constructor
- Static Members
- a TypeScript class can have static members and methods
- Summary
Mod 4: Inheritance and Abstraction
- Introduction
- The Role of Inheritance
- Inheriting from a Class
- The Role of Abstract Classes
- Creating and Inheriting from an Abstract Class
- Overriding Members
- Summary
Mod 5: Interfaces and Polymorphism
- Introduction
- The Role of Interfaces
- Creating an Interface
- an interface can extend another interface. not only that, it can extend multiple interfaces
- Using Interfaces
- Interfaces, Classes, and Polymorphism
- Summary
Mod 6: Putting It All Together
- Putting It All Together
- Reviewing the Code
Comments
Post a Comment