Answer Posted / sumanta pattanayak
static function is used to call static variable or class
variable...rather than that without creating the class
object we can access the static function by
classname.staticfunctionname.....THIS cannot be used inside
static function.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What does return 0 do in c++?
What do you mean by volatile and mutable keywords used in c++?
What is a breakpoint?
Is c++ the hardest language?
what is the use of void main() in C++ language?
Why do we need c++?
What is the limitation of cin while taking input for character array?
Explain what you mean by a pointer.
Explain Memory Allocation in C/C++ ?
Do class declarations end with a semicolon? Do class method definitions?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Why is c++ a mid-level programming language?
What are the classes in c++?
Why is null pointer used?