Question
a.
public:
b.
public()
c.
public void
d.
public::
Posted under Object Oriented Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which syntax is applicable to declare public member functions in C++?
Similar Questions
Discover Related MCQs
Q. In java, which rule among the following is applicable?
View solution
Q. How many public members are allowed in a class?
View solution
Q. Which is not a proper way to access public members of a class?
View solution
Q. Which call is correct for public members of a nested class?
View solution
Q. Which public function call among the following is correct outside the class, if return type is void (C++)?
View solution
Q. If public members are to be restricted from getting inherited from the subclass of the class containing that function, which alternative is best?
View solution
Q. A derived class object can access the public members of the base class.
View solution
Q. If a class have a public member function and is called directly in the main function then ___________________________
View solution
Q. The function main() must always be public.
View solution
Q. All the public member functions ___________________
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!