...
/Introduction: Implementing Interfaces and Inheriting Classes
Introduction: Implementing Interfaces and Inheriting Classes
Get an overview of the section implementing interfaced and inheriting classes.
We'll cover the following...
We'll cover the following...
This section focuses on creating new types from existing ones using object-oriented programming (OOP). You will learn about generics, which help make your code safer and more performant. You will explore delegates and events ...