This file contains basic structure of classes in C++, understanding of public and private access modifiers and their differences.
This file contains the better understanding of how a method can call other method by itself.
This file contains how to pass objects as arguments of a function.
How arrays can be used inside class.
It has the implementation of how an array of objects is used instead of multiple sigle objects.
It has the implementation of how static data members declared and used and how static methods are created and used.