Search:

Type: Posts; User: jps

Search: Search took 0.08 seconds.

  1. Thread: this. Keyword

    by jps
    Replies
    5
    Views
    1,734

    Re: this. Keyword

    They are commonly the same name because they do really represent the same thing. One of those grey areas, it depends on who you ask.
    Some always use different names, some always write out this. for...
  2. Thread: this. Keyword

    by jps
    Replies
    5
    Views
    1,734

    Re: this. Keyword

    public class Employee {

    private String name; //This variable is an instance or class variable
    private MyDate birthDate;
    private float salary;

    // Constructor
    public Employee(String...
Results 1 to 2 of 2