adplus-dvertising
frame-decoration

Question

Non-const functions _______________________

a.

Can be called only from non-const object

b.

Can be called only from const object

c.

Can be called both by const and non-const object

d.

Can’t be called with object

Answer: (a).Can be called only from non-const object

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Non-const functions _______________________

Similar Questions

Discover Related MCQs

Q. Which is a correct condition on const member functions?

Q. If a const object calls a non-const member function then ____________________

Q. Can a constructor function be constant?

Q. A function can have both the const and non-const version in the same program.

Q. How is it possible to have both const and non-const version of a function?

Q. When both the const and non-const version of a functions are required?

Q. If a function is to be made const, which is the correct syntax?

Q. Functions which differ in const-ness are considered ______________________

Q. If const version of a function when overloading is used, the function ___________________

Q. Which among the following is recommended for const functions?

Q. Use of const member function in a program _________________________

Q. Which is private member functions access scope?

Q. Which among the following is true?

Q. Which member can never be accessed by inherited classes?

Q. Which syntax among the following shows that a member is private in a class?

Q. If private member functions are to be declared in C++ then _____________

Q. In java, which rule must be followed?

Q. How many private member functions are allowed in a class ?

Q. How to access a private member function of a class?

Q. Private member functions ____________