PDA

View Full Version : static variable is called the global veriable ?



saneha
05-02-2011, 06:51 AM
static variable is called the global veriable ?

Vuhelper
05-02-2011, 06:51 AM
We can say that static variable can be called and replaced by Global variables.
Global variables are accessible to all entities of the program But, there is a one big issue is"Use of Global variables is against the principle of information hiding".