Which Is Not A Proper Way To Access Public Members Of A Class #1042
Which is not a proper way to access public members of 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: Public Member Functions - Quiz No.1.
Which is not a proper way to access public members of a class?
Using object pointer with arrow operator
Using object of class in main function
Using object of class with arrow operator
Using object anywhere in the program