Hi all,
I have a application which is completely written in C++. I got one review comment that normal class methods should not have any static variables and i am advised to move that variable inside class.
I want to know what will be advantage of keeping the static variables inside class?
Please provide suggestions.
Regards,
ASH