C# Object-Oriented Programming Tips and Tricks

Go to class
Write Review

Free Online Course: C# Object-Oriented Programming Tips and Tricks provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. C# Object-Oriented Programming Tips and Tricks is taught by Jesse Freeman.

Overview
  • Learn encapsulation, inheritance, and polymorphism techniques you can apply when programming in C#.

Syllabus
  • Introduction

    • Welcome
    • Using the exercise files
    1. Encapsulation Overview
    • Creating a simple class
    • Creating fields and access modifiers
    • Adding properties
    • Constructors
    • Adding methods
    2. Inheritance Overview
    • Extending a class
    • Modifying child classes
    • Overriding properties
    • Overriding methods
    • Composite classes
    3. Polymorphism
    • Interfaces
    • Composition to share logic
    • Modular code
    Conclusion
    • Next steps