Which Syntax Among The Following Shows That A Member Is Private #1023
Which syntax among the following shows that a member is private in a class?
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: Private Member Functions - Quiz No.1.
Which syntax among the following shows that a member is private in a class?
private: functionName(parameters)
private(functionName(parameters))
private functionName(parameters)
private::functionName(parameters)