Mailinglist Archive: opensuse-programming (96 mails)
| < Previous | Next > |
What does 'this' really mean?
- From: "Steven T. Hatton" <hattons@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Mar 2003 00:28:35 -0500
- Message-id: <200303280028.35313.hattons@xxxxxxxxxxxxxxxxxx>
In Java I can do this.method(); on any method of my current class, or any
super class as long as the method is not private. From toying around a bit in
C++, it seems I can't do this->methodOfSuper(); Is that a correct
understanding?
STH
super class as long as the method is not private. From toying around a bit in
C++, it seems I can't do this->methodOfSuper(); Is that a correct
understanding?
STH
| < Previous | Next > |