Introduction to C++ Classes

Contents

What are Classes

Public and Private

The Private Section

The Public Section

Implementing Class Functions

Creating Instances(Objects) of a Class

C++ Classes and C++ Structs

Constructors

What are Constructors

Constructors with Only One Argument

Default Constructors

Destructors

The this Pointer

Quiz

Links