In this video, we will continue our discussion on OOP using TypeScript.
Concepts Covered:
⦿ Interfaces: Understand how to define contracts for your classes.
⦿ Static Methods: Learn how to create methods that belong to the class itself rather than an instance.
⦿ Bind Keyword: Explore the usage of the bind keyword for function binding.
0:00 Introduction: Continuing Object-Oriented Programming
0:55 Interfaces
8:58 Static Methods
13:02 The bind Keyword