Chapter 3: Learning Just Enough C# and VB.NET: Types and Members | 87 |
Summary
You are now able to create classes to define your own custom types. After learning how to create classes and use class instances, also known as objects, you learned how to add fields, methods, and properties to your class definition. The methods discussion was more
The next chapter moves you up a level in language skills by showing you how to create another type, called an interface. You’ll also learn how to add another type of class member, events.