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
Explain how functions are classified in C++ ?
Can you sort a set c++?
What are stacks? Give an example where they are useful.
What are pointer-to-members in C++? Give their syntax.
Explain abstraction.
What is pure virtual function? Or what is abstract class?
What is the role of static keyword for a class member variable?
What programming language should I learn first?
What are the benefits of c++?
What is difference between array and vector in c++?
What is else syntax in c++?
What's the order in which the local objects are destructed?
What does flush do c++?
Evaulate: 22%5 a) 2 b) 4 c) 0
What is the difference between equal to (==) and assignment operator (=)?