You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static int count=0; // here a single copy of the variable is created and shared among all objects at the class so the value of count will not change when default constructor will be called everytime while in the time of object creation.