C# Intermediate: Classes, Interfaces and OOP
An in-depth, step-by-step guide to classes, interfaces and object-oriented programming (OOP) with C#
What you’ll learn
-
Work with classes, constructors, fields, properties, methods and indexers
-
Use encapsulation to improve the robustness of the code and reduce the impact of change
-
Re-use code using inheritance and composition
-
Understand the problems with inheritance and how composition solves these problems
-
Change the behaviour of an application by extending its code, rather than changing it
-
Develop loosely-coupled, testable and extensible applications using interfaces
Requirements
-
Basic understanding of C# constructs: variables, type conversion, classes, conditionals and loops
Who this course is for:
- Any C# developer who wants to master classes and interfaces
- Any C# programmer who wants to better understand object-oriented programming