Which Among The Following Is Wrong Syntax Related To Static #1094
Which among the following is wrong syntax related to static data members?
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.2.
Which among the following is wrong syntax related to static data members?
className :: staticDataMember;
dataType className :: memberName =value;
static dataType memberName;
className : dataType -> memberName;