Chapter 19. Introduction to Classes and Objects

 

You will see something new. Two things. And I call them Thing One and Thing Two.

 
 --Dr. Seuss
 

Nothing can have value without being an object of utility.

 
 --Karl Marx
 

Your public servants serve you right.

 
 --Adlai E. Stevenson
 

Knowing how to answer one who speaks, To reply to one who sends a message.

 
 --Amenemope
<feature><title>Objectives</title>

In this chapter you will learn:

<objective>

What classes, objects, member functions and data members are.

</objective>
<objective>

How to define a class and use it to create an object.

</objective>
<objective>

How to define member functions in a class to implement the class’s behaviors.

</objective>
<objective>

How to declare data members in a class to implement ...

Get C How to Program, Fifth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.