Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the use of static functions?

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


Please Help Members By Posting Answers For Below Questions

What are the syntactic rules to be avoid ambiguity in multiple inheritance?

1234


What does return 0 do in c++?

1084


What do you mean by volatile and mutable keywords used in c++?

1043


What is a breakpoint?

1077


Is c++ the hardest language?

1036


what is the use of void main() in C++ language?

1173


Why do we need c++?

1107


What is the limitation of cin while taking input for character array?

2164


Explain what you mean by a pointer.

1159


Explain Memory Allocation in C/C++ ?

1117


Do class declarations end with a semicolon? Do class method definitions?

1199


What is the maximum combined length of command line arguments including the space between adjacent arguments?

1042


Why is c++ a mid-level programming language?

1087


What are the classes in c++?

1157


Why is null pointer used?

1223