PDA

View Full Version : where we use scoope resulation operation in c++?



saneha
05-02-2011, 06:54 PM
where we use scoope resulation operatioj?

Vuhelper
05-02-2011, 06:54 PM
We use the scope resolution operator in following situations:
To defined member functions of class outside the class
To access global variable instead of local variable (global and local variable have same name)