Which Function Among The Following Cant Be Accessed Outside The #1029
Which function among the following can’t be accessed outside the class in java in same package?
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: Private Member Functions - Quiz No.1.
Which function among the following can’t be accessed outside the class in java in same package?
public void show()
void show()
protected show()
static void show()