Answer Posted / khan
Static member functions give internal linkage. The function
declared as static is not visible outside the file in which
it is declared. It is not associated with "this" pointer and
it can be invoked using class name instead of depending on
individual object. It can access only static members of the
class.
Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is #include iomanip?
Is swift faster than c++?
Can we get the value of ios format flags?
Explain the pure virtual functions?
What is unary operator? List out the different operators involved in the unary operator.
What are the advantages of inheritance in c++?
How are Structure passing and returning implemented by the compiler?
What is a static member?
What are the types of container classes?
Do you need a main function in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is function overloading in C++?
What is a vector c++?
When can I use a forward declaration?
How important is c++?