Locked lesson.
About this lesson
Let's begin a discussion of object-oriented programming so we can create our own data types.
Exercise files
There are no related exercise files for this lesson.
Quick reference
Intro To Classes Part 1
Classes are Blueprints for creating our own Data Types.
When to use
Use them whenver you want to model something from the real world in your code.
Instructions
Classes allow us to create our own data types and objects.
Hints & tips
- Classes let us create our own data types
- Classes let us model real world things in our code
- C# Is an Object Oriented Programming Language
- An Object is an instance of a Class
Lesson notes are only available for subscribers.