The Static Member Functions #1097
The 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 Exception Handling & Static Class Members - OOPs MCQ: Static Member Functions - Quiz No.1.
The static member functions ____________________
Can be called using class name
Can be called using program name
Can be called directly
Can’t be called outside the function