what is static function

Answer Posted / aavesh yadav

Static functions are functions which can access only static
variables and local variables.It can be called by class
name bcoz it is specific for a class in which it is
defined,not for any specific object of that class.It can
not be inherited also.

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I learn c++ as my first language?

835


What is the difference between public and private data members?

869


Is string data type in c++?

782


How much maximum can you allocate in a single call to malloc()?

836


What is atoi?

729


How many types of scopes are there in c++?

775


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

842


What are compilers in c++?

820


What is array in c++ example?

835


What is c++ and its features?

758


What do you mean by volatile and mutable keywords used in c++?

756


What are signs of manipulation?

812


How can we access protected and private members of a class?

816


Why struct is used in c++?

800


What is == in programming?

783