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
In the derived class, which data member of the base class are visible?
Explain some examples of operator overloading?
How would you use qsort() function to sort an array of structures?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is c++ used for in games?
Do you know about C++ 11 standard?
Can we make copy constructor private in c++?
Which function should be used to free the memory allocated by calloc()?
What is atoi?
Explain the benefits of proper inheritance.
What is general format for a prototype?
What is this weird colon-member (" : ") syntax in the constructor?
Explain the term memory alignment?
What is the basic difference between C and C++?
How the virtual functions maintain the call up?