The Static Data Member #1087
The static data member __________________________
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 Data Members - Quiz No.1.
The static data member __________________________
Can be accessed directly
Can be accessed with any public class name
Can be accessed with dot operator
Can be accessed using class name if not using static member function