C# Object-Oriented Programming Fundamentals

Currently reading:
 C# Object-Oriented Programming Fundamentals

carxproveteran

Member
Amateur
LV
9
Joined
Apr 7, 2023
Threads
8,515
Likes
789
Awards
13
Credits
6,737©
Cash
0$

C# Object-Oriented Programming Fundamentals​

Learn C#, object-oriented programming (OOP), Classes, Properties, Methods, Generics and Collections.

What you'll learn​

  • Use Properties and Methods for Proper Class Design
  • Use inheritance to cut down the amount of code you need to write
  • Learn to control the visibility and the lifetime of data
  • Raise and consume events from your classes
  • Eliminate multiple methods by using a generic method
  • Learn to manipulate generic collections
  • Create your own class libraries for a proper N-Tier application



 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Top Bottom