Chapter 9: Operator Overloading

 

Results

Previous
Next

#1. ________ is a reference Operator.

Previous
Next

#2. _________ function is used to write data to file.

Previous
Next

#3. ______ is a increment operator.

Previous
Next

#4. _________ is a pointer operator.

Previous
Next

#5. ________ Operator is called as extraction operator.

Previous
Next

#6. _______ is type specifier.

Previous
Next

#7. ________ is a user defined data type.

Previous
Next

#8. __________ returns character type of value.

Previous
Next

#9. __________ and _____________ are two types of overloading.

Previous
Next

#10. A Class contain both _______ and ________

Previous
Next

#11. ___ and ____ are functions.

Previous
Next

#12. Fuction called itself repeatedly is called ________

Previous
Next

#13. __________ overloading is an example of C++ Polymorphism.

Previous
Next

#14. _______ can be redefined and used in a program.

Previous
Next

#15. The main advantage of using overloading operators in a program are that it is much easier to read and ________

Previous
Next

#16. ________ is already exist in the language can only be overloaded.

Previous
Next

#17. _____________ cannot alter either the basic template of an operator nor its place in the order of precedence.

Previous
Next

#18. An overloaded operator is called an __________ function.

Previous
Next

#19. The keyword ___________ is used to overload any operator.

Previous
Next

#20. All operators except the ______ operator are inherited.

Previous
Next

#21. ________ operators act on only one operand.

Previous
Next

#22. An __________ is simply a variable acted on by an operator.

Previous
Next

#23. We can use a ________ function with a built-in-type data as the left-hand operand and an object as the right-hand operand.

Previous
Next

#24. To allocate and free arrays use the following forms.

Previous
Next

#25. The _______ are automatic as long as the data types involved are built-in-types.

Previous
Finish