In C++ programming language 'this' is a keyword, the value of 'this' pointer is the address of object in which the member function is called.Types of 'this' PointerType of 'this' pointer is "Class pointer" (or "