Describe the main characteristics of static functions?
Answer Posted / atul shankhwar
The main characteristics of static functions include,
It is without the a this pointer,
It can't directly access the non-static members of its class
It can't be declared const, volatile or virtual.
It doesn't need to be invoked through an object of its class, although for convenience, it may.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to access grid view row?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
We use library functions in the program, in what form they are provided to the program?
What is ofstream c++?
What is abstraction in c++?
Explain the scope of resolution operator.
What you know about structures in C++?
Explain the isa and hasa class relationships. How would you implement each?
Can you please explain the difference between static and dynamic binding of functions?
What is a list c++?
What is the use of function pointer?
Does c++ vector allocate memory?
Define a nested class. Explain how it can be useful.
What is meant by forward referencing and when should it be used?
What programming language should I learn first?