cppforever.com
Home
Object-Oriented Programming (OOP)
Class in C++
What a class defines
Go Up
What a class defines
Every class definition includes:
data needed to represent an object
operations that can be performed on that data