Advanatage of Static class

What advantage/disadvantage of making class Static .
if we have to use a function without object we can make it static and call it by class name then why we use static class ?

please help i am not getting answer in Google also .


thanks in advance
There are no static classes in C++. The keyword static only applies to class members (as you know), non-member functions, and objects.
Topic archived. No new replies allowed.