Search:

Type: Posts; User: Jnic

Search: Search took 0.08 seconds.

  1. Thread: this. Keyword

    by Jnic
    Replies
    5
    Views
    1,733

    Re: this. Keyword

    jps =D>
    Thank you for the clarification , So basically it is up to the discretion of the programmer to decide the intention
  2. Thread: this. Keyword

    by Jnic
    Replies
    5
    Views
    1,733

    Re: this. Keyword

    Thanks jps
    So the this is used to resolve ambiguity between instance Variables of the OBJECT(S) and local variables of the constructor should they be of the same name
  3. Thread: this. Keyword

    by Jnic
    Replies
    5
    Views
    1,733

    this. Keyword

    Hi Jnic here
    Please can anybody give me some clarity on the various purposes of the this Keyword?



    public class Employee {

    private String name;
    private MyDate birthDate;
    private...
Results 1 to 3 of 3