-->

Posts Blog Archive: May 2024

Inheritance in oop

 Object-Oriented Programming: Inheritance The second most important feature of the OOP. The existing…

operator overloading in oop

 Operator Overloading In C++, operators are already defined to add integer and float values. When we…

this keyword and Self References in oop and c++

What is 'this'?  'this' is a keyword that refers to the current instance of the clas…

static members in oop, classes, static member function etc.

When you use static for a class member(data member and method), it means that the item belongs to t…