cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Advanatage of Static class
Advanatage of Static class
Nov 29, 2012 at 3:38am UTC
shishirdwivedi2008
(1)
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
Nov 29, 2012 at 4:30am UTC
Cubbi
(4774)
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.