Creating Object-oriented TypeScript Code

https://www.pluralsight.com/courses/typescript-creating-object-oriented-code

by Dan Wahlin

Mod 1: Course Overview

  1. Course Overview

Mod 2: Introduction to Object-oriented Programming in TypeScript

  1. Overview
  2. Introduction
  3. The Role of Objects
  4. Object Creation Techniques
  5. Object-oriented Concepts
  6. Summary
Mod 3: Classes and Objects

  1. Introduction
  2. The Role of Classes
  3. Creating a Class
  4. Adding Class Members
  5. Creating a Class Instance
  6. Constructors and Properties
    • a TypeScript class can only have one constructor 
  7. Static Members
    • a TypeScript class can have static members and methods
  8. Summary
Mod 4: Inheritance and Abstraction
  1. Introduction
  2. The Role of Inheritance
  3. Inheriting from a Class
  4. The Role of Abstract Classes
  5. Creating and Inheriting from an Abstract Class
  6. Overriding Members
  7. Summary
Mod 5: Interfaces and Polymorphism
  1. Introduction
  2. The Role of Interfaces
  3. Creating an Interface
    • an interface can extend another interface. not only that, it can extend multiple interfaces
  4. Using Interfaces
  5. Interfaces, Classes, and Polymorphism
  6. Summary
Mod 6: Putting It All Together
  1. Putting It All Together
  2. Reviewing the Code

Comments

Popular posts from this blog

Angular Routing and Navigation Playbook

Working with Files in C# 10

Mastering Git