Correct Syntax To Access The Static Member Functions From The #949
Correct syntax to access the static member functions from the main() function is ______________
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: Types of Member Functions - Quiz No.1.
Correct syntax to access the static member functions from the main() function is ______________
classObject::functionName();
className::functionName();
className:classObject:functionName();
className.classObject:functionName();