Question
a.
Const member functions can’t call non-const member functions
b.
Const member functions can’t call any other function
c.
Const member functions can call only the functions which are neither const nor non-const
d.
Const member functions can call only data members of call not member functions
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 is a correct condition on const member functions?
Similar Questions
Discover Related MCQs
Q. If a const object calls a non-const member function then ____________________
View solution
Q. Can a constructor function be constant?
View solution
Q. A function can have both the const and non-const version in the same program.
View solution
Q. How is it possible to have both const and non-const version of a function?
View solution
Q. When both the const and non-const version of a functions are required?
View solution
Q. If a function is to be made const, which is the correct syntax?
View solution
Q. Functions which differ in const-ness are considered ______________________
View solution
Q. If const version of a function when overloading is used, the function ___________________
View solution
Q. Which among the following is recommended for const functions?
View solution
Q. Use of const member function in a program _________________________
View solution
Q. Which is private member functions access scope?
View solution
Q. Which among the following is true?
View solution
Q. Which member can never be accessed by inherited classes?
View solution
Q. Which syntax among the following shows that a member is private in a class?
View solution
Q. If private member functions are to be declared in C++ then _____________
View solution
Q. In java, which rule must be followed?
View solution
Q. How many private member functions are allowed in a class ?
View solution
Q. How to access a private member function of a class?
View solution
Q. Private member functions ____________
View solution
Q. Which function among the following can’t be accessed outside the class in java in same package?
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!