How Can A Static Member Function Be Called In The Main Function #273
How can a static member function be called in the 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 Class Members & Types - Object Oriented Programming MCQ: Member Functions - Quiz No.1.
How can a static member function be called in the main function?
Using dot operator
Using arrow operator
Using dot or arrow operator
Using dot, arrow or using scope resolution operator with class name