What are the static members and static member functions?
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 |
How do you initialize a string in c++?
What are the different operators in C++?
What's c++ used for?
Define friend function.
What are arrays c++?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
List out some of the OODBMS available?
Define precondition and post-condition to a member function?
How can I disable the "echo" feature?
What are literals in C++?
How to create a pure virtual function?
How many types of scopes are there in c++?