...

/

Summary: Class Definitions—the Fundamentals

Summary: Class Definitions—the Fundamentals

In this lesson, we summarize what we covered in this chapter.

We'll cover the following...
  • A class is a plan for creating objects. It contains declarations for the data fields associated with its objects and definitions of methods that implement the ...