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
Do you know what is overriding?
What are separators in c++?
What is polymorphism & list its types in c++?
Is java a c++?
What is c++ 11 and c++ 14?
What happens if a pointer is deleted twice?
What are the various arithmetic operators in c++?
How important is c++?
Explain virtual class and friend class.
State the difference between pre and post increment/decrement operations.
What are the rules about using an underscore in a c++ identifier?
What gives the current position of the put pointer?
daily Routine of father
What are vectors used for in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()