Search:

Type: Posts; User: chronoz13

Search: Search took 0.11 seconds.

  1. Thread: Objects

    by chronoz13
    Replies
    5
    Views
    1,731

    Re: Objects

    oh i forgot to include this.. assuming that the myObjectOne is an instance of its class...

    darn... the book is a bit confusing... :confused:
  2. Thread: Objects

    by chronoz13
    Replies
    5
    Views
    1,731

    Re: Objects

    something is confusing here.. the book says the reserved word "this" is used to refer to the receiving object

    for example
    myObjectOne.doThisMethod();


    inside the doThisMethod()


    //...
  3. Thread: Objects

    by chronoz13
    Replies
    5
    Views
    1,731

    Objects

    i just want to ask this for some clarification




    myObjectOne = myObjectTwo.getTheValue(); // assuming this method returns an object(reference(


    in the sample code.. what is myObjectOne? ...
Results 1 to 3 of 3