Which Among The Following Is True For Public Member Functions #1036
Which among the following is true for 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.
Which among the following is true for public member functions?
Public member functions doesn’t have a return type
Public member functions doesn’t have any security
Public member functions are declared outside the class
Public member functions can be called using object of class