Q:

What are static member functions?

0

What are static member functions?


  1. Functions which use only static data member but can’t be accessed directly
  2. Functions which uses static and other data members
  3. Functions which can be access outside the class with the data members
  4. Functions using only static data and can be accessed directly in main() function

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(d).Functions using only static data and can be accessed directly in main() function

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How can static member function can be accessed dir... >>
<< Simple member functions are ______________________...