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 is the history of c++?
Is java made in c++?
what is Member Functions in Classes?
Can create new c++ operators?
What are the various access specifiers in c++?
Explain rethrowing exceptions with an example?
Explain the differences between list x; & list x();.
What is private inheritance?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Is arr and &arr are same expression for an array?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What sorting algorithm does c++ use?
Comment on c++ standard exceptions?
Is empty stack c++?
Define pointers?