adplus-dvertising
frame-decoration

Question

For overloading “( )”, “[ ]” or “->” operators, a class __________

a.

Must use static member functions

b.

Must use non-static member functions

c.

Must be non-static member and should not be friend of class

d.

Must use static member function or a friend member function

Answer: (c).Must be non-static member and should not be friend of class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. For overloading “( )”, “[ ]” or “->” operators, a class __________

Similar Questions

Discover Related MCQs

Q. If a virtual member function is defined, ___________

Q. Member functions of a generic class are _____________

Q. Member function of a class can ____________

Q. A member function can _______________ of the same class

Q. Which member function doesn’t require any return type?

Q. Which among the following is not possible for member function?

Q. What are local classes?

Q. All member functions of a local class must be ___________

Q. Can local class members access/use the general local variables (except static, abstract etc.) of the function in which it is defined?

Q. Which type of data can a local class access from the function in which it is defined?

Q. Local classes can access the type names and enumerators defined by the enclosing function.

Q. Can static variables be declared inside a local class?

Q. All the member functions of local classes are __________ by default.

Q. The enclosing function has no special access to the members of local class. (True/False)

Q. Which language can use inheritance with local classes?

Q. How many local classes can be defined inside a single function?

Q. All the data members of local class must be ___________

Q. Can two different functions have local class with same name?

Q. What is the scope of local class?

Q. Can a function, other than the enclosing function of local class, access the class members?