You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this->a =a; // This is the concept of "this" pointer ,, basiaclly here "this->a " means that "this" is the variable named a which is comes form the object of class Aero;