adplus-dvertising
frame-decoration

Question

Which one of the following options is correct?

a.

Friend function can access public data members of the class.

b.

Friend function can access protected data members of the class.

c.

Friend function can access private data members of the class.

d.

All of the above.

Answer: (d).All of the above.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which one of the following options is correct?

Similar Questions

Discover Related MCQs

Q. Which of the following statements is correct in C++?

Q. Which of the following is used to make an abstract class?

Q. Which of the following access specifier is used as a default in a class definition?

Q. What is correct about the static data member of a class?

Q. Which of the following provides a reuse mechanism?

Q. Which of the following statement is correct?

Q. First object oriented language 'Smalltalk' were first appeared in

Q. Complex real object contains

Q. Member function will access data and return the value to user when it is

Q. Language which is called pure object oriented language because everything in it is treated consistently as an object, from primitives such as characters and punctuation, all the way up to whole classes, prototypes, blocks, modules, etc. is

Q. In object oriented language, single unit which has data and its function is termed as

Q. Data in an object oriented language is safe from accidental alternation as it is

Q. If we want to read a data item in an object, member function in an object is

Q. Data encapsulation and data hiding are key features of

Q. Which of the following language designed mainly for object oriented programming, but with some procedural elements?

Q. Object oriented language has single unit which combines

Q. The wrapping of private data in classes in object-oriented programming languages is termed as

Q. In Smalltalk language, object functions are named as

Q. Sending a message to the object is referred to as

Q. Object provides an approach to program organization by helping to