Search:

Type: Posts; User: tcstcs

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,358

    Re: private static variables

    Public Class Test
    {
    private static int count=10;

    public void method()
    {
    }
    }

    Whats the importance of having private static variables?
  2. Replies
    4
    Views
    1,358

    private static variables

    What is the importance of having variables declared as "Private Static". Y can't we just have only private variables?
Results 1 to 2 of 2