What Are Static Member Functions #947
What are static member functions?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Member Functions & its Types - Object Oriented Programming MCQ: Types of Member Functions - Quiz No.1.
What are static member functions?
Functions which use only static data member but can’t be accessed directly
Functions which uses static and other data members
Functions which can be accessed outside the class with the data members
Functions using only static data and can be accessed directly in main() function