thank you so much for clearing my doubt
M
Member 8726940
@Member 8726940
Posts
-
confused in static member function of class. -
confused in static member function of class.hello, I had a confusion that why we can use :: sign in calling static member function of class. while in the case of calling simple member function using :: sign shows error .. in c++. Please explain .