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 are the static members and static member functions?



What are the static members and static member functions?..

Answer / hrpynux@gmail.com

A static member function can only access static data member, other static member functions and any other functions from outside the class. Static member functions have a class scope and they do not have access to the this pointer of the class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

When should overload new operator on a global basis or a class basis?

0 Answers  


What is near, far and huge pointers? How many bytes are occupied by them?

0 Answers  


Explain the concept of memory leak?

0 Answers  


Is c++ fully object oriented?

0 Answers  


What does ctime() do?

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


How do I open binary files?

1 Answers  


Which is better turbo c++ or dev c++?

0 Answers  


what kind of projects are suitable for c and c++

0 Answers  


What do you understand by zombie objects in c++?

0 Answers  


What is pointer with example?

0 Answers  


How come you find out if a linked-list is a cycle or not?

0 Answers  


Categories