How Can Static Member Function Can Be Accessed Directly In Main #948
How can static member function can be accessed directly in main() function?
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.
How can static member function can be accessed directly in main() function?
Dot operator
Colon
Scope resolution operator
Arrow operator