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 static function and static class?

Answer Posted / brainless

If compilers don't check your pointers strictly,
you can also write code as below,

class A
{
//some static function code here
//never access non-static attributes here
static void callMe() {}
};

int main()
{
A * inst = NULL;
(*inst).callMe();
}

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the merits and demerits of declaring a nested class in C++?

1019


What is #include math h in c++?

1066


What does #define mean in c++?

1259


Explain the uses of static class data?

1092


Explain what data encapsulation is in c++?

1079


Is map sorted c++?

992


How do you add an element to a set in c++?

978


What is iostream in c++ used for?

1015


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

1063


What are the extraction and insertion operators in c++? Explain with examples.

1148


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

1097


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2466


why is c++ called oops? Explain

1029


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

1553


What are activex and ole?

1046