What are the static members and static member functions?
Answer Posted / hrpynux@gmail.com
A static member function can only access static data member, other static member functions and any other functions from outside the class. Static member functions have a class scope and they do not have access to the this pointer of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the characteristics of Class Members in C++?
When does a name clash occur in c++?
Describe the advantage of an external iterator.
Is it possible to have a recursive inline function in c++?
What are associate containers?
What is the best free c++ compiler for windows?
What is c++ virtual inheritance?
What is a manipulative person?
What is virtual methods?
Explain how to initialize a const data member.
Do class method definitions?
Explain the difference between using macro and inline functions?
What is new in c++?
Mention the storage classes in c++.
Is c++ a programming language?