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


Describe the main characteristics of static functions?



Describe the main characteristics of static functions?..

Answer / atul shankhwar

The main characteristics of static functions include,

 It is without the a this pointer,
 It can't directly access the non-static members of its class
 It can't be declared const, volatile or virtual.
 It doesn't need to be invoked through an object of its class, although for convenience, it may.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is flush programming?

0 Answers  


What is a c++ map?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


What is the Difference between "printf" and "sprintf"?

7 Answers   iSoft, PentaWare, TCS,


How many bit combinations are there in a byte?

13 Answers   Intel, Microsoft,


How would you call C functions from C++ and vice versa?

0 Answers   Genpact,


What is the use of endl in c++?

0 Answers  


Which c++ compiler is best?

0 Answers  


why we cant create array of refrences

4 Answers  


What is c++ 11 and c++ 14?

0 Answers  


Describe run-time type identification?

1 Answers  


What is difference between class and structure in c++?

0 Answers  


Categories