This video explains about the increment, decrement, modulus and compound assignment operators under the Arithmetic Operators Group. It discusses few examples using these operators.
This video explains in detail the uses of constructors and how it can be used to initialize member variables while the object is created. It also shows how we can define multiple constructors in one class.