![]() |
| ||
| "this" keyword in OOP Hello In many OOP languages "this"(or something similar) is used to point to current object. But i think its an object by itself. Here is what i found" polymorphic object which can point in different times to different object`s types" I like to get some more information about this maybe some science article. Thank you in advance. |
| ||
| Re: "this" keyword in OOP What more information could there possibly be??? As you already stated its just a pointer to the current c++ class object. For example, here's the output of the following in c++. It shows that the this pointer is the same in both child and parent. A: this = 2afc38 class A |
| ||
| Re: "this" keyword in OOP |
| ||
| Re: "this" keyword in OOP In Java you can think of 'this' as being the same thing as the name of the Object. So if you are in the class MyClass, 'this' is your MyClass Object. |
| All times are GMT -4. The time now is 8:16 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC