[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

What does Java keyword 'this' refer to in the following code...

Chad

4/12/2016 4:48:00 AM

https://developers.google.com/maps/documentation/an...

Does 'this' refer to the instance of MapPane or Activity?
2 Answers

JJ

4/12/2016 10:49:00 AM

0

On Mon, 11 Apr 2016 21:48:20 -0700 (PDT), Chad wrote:
> https://developers.google.com/maps/documentation/an...
>
> Does 'this' refer to the instance of MapPane or Activity?

It depends. "this" is why you should learn the programming language *before*
using libraries.

Randy Howard

4/12/2016 5:31:00 PM

0

On 4/12/16 5:49 AM, JJ wrote:
> On Mon, 11 Apr 2016 21:48:20 -0700 (PDT), Chad wrote:
>> https://developers.google.com/maps/documentation/an...
>>
>> Does 'this' refer to the instance of MapPane or Activity?
>
> It depends. "this" is why you should learn the programming language *before*
> using libraries.
>

He shoots, he scores.

--
Randy Howard
(replace the obvious text in the obvious way if you wish to contact me
directly)