Which Syntax Is Applicable To Declare Public Member Functions #1039
Which syntax is applicable to declare public member functions in C++?
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 syntax is applicable to declare public member functions in C++?
public: <function declaration>
public(<function declaration>)
public void <function declaration>
public::<function declaration>