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...

Live example for static function?

Answer Posted / sachinmundhra

Live Example for static function is Singleton class.

Static Method is used and called to get the instance of
class.

class Base
(
private:
Base()
public:
static Base* GetObject() // This is a static method
};

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is object in c++ example?

1104


Describe delete operator?

1087


Why struct is used in c++?

1117


What is the error in the code below and how should it be corrected?

757


Is java a c++?

1039


What is data types c++?

1014


Write a struct time where integer m, h, s are its members?

955


What does override mean in c++?

1062


What is a dynamic binding in c++?

950


Can you use the function fprintf() to display the output on the screen?

1241


What is the benefit of learning c++?

983


Will the following program execute?

1030


How would you obtain segment and offset addresses from a far address of a memory location?

1072


Tell me difference between constant pointer and pointer to a constant.

1187


Difference between pointer to constant vs. Pointer constant

1122