What Are Public Member Functions #1035
What are public member functions?
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.
What are public member functions?
Functions accessible outside the class but not in derived class
Functions accessible outside the class directly
Functions accessible everywhere using object of class
Functions that can’t be accessed outside the class