Kali Baranwalkalibaranwal.hashnode.devยทApr 30, 2024Exploring OOP Fundamentals: Part 4 BreakdownTHIS POINTER Its is a keyword which points to the objects which invokes the member function. It is used for return object. CODE: class A{ int a; public: void setdata(int a){ this->a=a; } void getdata(){ cout<<"the...friend functionAdd a thoughtful commentNo comments yetBe the first to start the conversation.