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
Is c++ a good beginners programming language?
You run a shell on unix system. How would you tell which shell are you running?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Explain differences between new() and delete()?
Which function cannot be overloaded c++?
What is difference between malloc()/free() and new/delete?
How to give an alternate name to a namespace?
What is a character in c++?
Explain the differences between list x; & list x();.
What is the full form of ios?
What is an adaptor class or wrapper class in c++?
How much do c++ programmers make?
What is the latest version on c++?
What's the hardest coding language?
Should the this pointer can be used in the constructor?