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 scope operator in c++?
What is the difference between containment and delegation?
What do you mean by storage classes?
What are the different types of polymorphism in c++?
Is c++ a programming language?
What is main function in c++ with example?
Why do we need c++?
What is the full form of ios?
Why is c++ is better than c?
Is java based off c++?
Describe Trees using C++ with an example.
Why would you use pointers in c++?
What is bubble sort c++?
Does c++ cost money?
how to access grid view row?