True/False
The functions or data members declared in the private: section of a class can be accessed only in the definition those functions declared in that class.Note that friend functions are also declared (but not defined)in the class to which they are friends,so they also have access to private as well as public members.
Correct Answer:

Verified
Correct Answer:
Verified
Q20: Vector assignment is well behaved.
Q22: A static variable of a class cannot
Q23: Given the definitions below.Rewrite the definition of
Q24: The set of integers ranging from -MAXINT
Q25: A constructor can be called implicitly or
Q26: A local class and a nested class
Q27: Suppose you have a class whose objects
Q28: A constructor usually terminates by falling off
Q30: The keyword static is used in a
Q32: A constructor<br>A)can only be used to initialize<br>B)must