The Static Member Functions #1096
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 __________________
Have access to all the members of a class
Have access to only constant members of a class
Have access to only the static members of a class
Have direct access to all other class members also