Programming Tutorials

Comment on Tutorial - const Member Functions in C++ By Emiley J



Comment Added by : Karthick

Comment Added at : 2011-06-29 06:55:17

Comment on Tutorial : const Member Functions in C++ By Emiley J
The static variables are not in object scope instead it is of class scope.i.e here only one 'd' will be there irrespective of the number of object of this class.

View Tutorial