In Java Which Rule Among The Following Is Applicable #1040
In java, which rule among the following is applicable?
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 Member Functions & its Types - Object Oriented Programming MCQ: Public Member Functions - Quiz No.1.
In java, which rule among the following is applicable?
Keyword public can’t be preceded with all the public members
Keyword public must be preceded with all the public members
Keyword public must be post mentioned the function declaration
Keyword public is not mandatory