![]() | ![]() |
C# is 99.9% object oriented. Like Java, apart from the primitive data types, everything in C# is an object. An object has some properties and can perform some functions. We will see object-oriented programming in detail in a future chapter. For now, just remember that it is the object-oriented programming owing to which C# is modular and maintainable.