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

Which should be more useful: the protected and public virtuals?

1086


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

1108


What is the identity function in c++? How is it useful?

1095


Is c++ a good beginners programming language?

1122


Can malloc be used in c++?

1128


What is the latest version on c++?

1179


What is a manipulative person?

1074


Define virtual constructor.

1140


Explain polymorphism?

1114


What is the purpose of the "delete" operator?

1112


Explain bubble sorting.

1140


What are the unique features of C++.

1135


What is the average salary of a c++ programmer?

1063


Write a program to show polymorphism in C++?

1199


What is array in c++ example?

1163