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
Is swift better than c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
what is VOID?
Can we run c program in turbo c++?
List the types of polymorphism in c++?
What is array in c++ example?
Do class method definitions?
Difference between overloaded functions and overridden functions
What is oop in c++?
How should runtime errors be handled in c++?
what is scupper?
Which operator cannot overload?
what do you mean by volatile variable?
Can non graphic characters be used and processed in C++?
What is c++ w3school?