Which Syntax Among The Following Is Correct For Public Member #1038
Which syntax among the following is correct for public 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 Member Functions & its Types - Object Oriented Programming MCQ: Public Member Functions - Quiz No.1.
Which syntax among the following is correct for public member functions?
public::void functionName(parameters)
public void functionName(parameters)
public(void functionName(parameters))
public:-void functionName(Parameters)