Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,794

    Re: Difference with static and non static variables

    static variables are variables that exist for the class and not just in instances of the class.
    I don't see where references are related to that.
  2. Replies
    7
    Views
    1,794

    Re: Difference with static and non static variables

    Not sure that is the right concept. Not sure what you mean by reference and by original.
    With a static variable, there is only one variable for the class, not one variable for each instance of the...
Results 1 to 2 of 2