More on Classes
Data can be grouped together with the functions that act on them; this entity now knows how to modify itself (this is OOP in a nutshell). This may not seem useful now, but just wait for more complex examples!
Extra work in setting up classes can grow quickly, which is why C++ is not good for “quick and dirty” programs