If Static Data Member Are Made Inline #1109
If static data member are made inline, ______________
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.2.
If static data member are made inline, ______________
Those should be initialized outside the class
Those can’t be initialized with the class
Those can be initialized within the class
Those can’t be used by class members