This chapter introduces you to classes and objects. It then focuses on ten additional topics that you need to know when working with these language features.
Introducing Classes
Classes are templates for creating your own user-defined types. You use classes to describe virtual entities such as an account or physical entities such as a vehicle.
In this section, you first learn how to declare classes. You then learn how to populate classes with fields, methods, and constructors.