Junior OOP

What is an object?

  • An instance of a class with actual values.
  • Represents a real-world entity in memory.

Car myCar = new Car(); // Object of Car class

More from C# Programming Tutorial

All questions for this course