Chapter 13: Templates

 

Results

Previous
Next

#1. In C++, a function contained within the class is called __________

Previous
Next

#2. By default structure members are _____________

Previous
Next

#3. Setw() is used for _________

Previous
Next

#4. The Operator _________ can be overloaded.

Previous
Next

#5. A Class which has pure virtual is known as ___________

Previous
Next

#6. ________ and __________ are two types of Templates.

Previous
Next

#7. A ________ function can access the private member of a class.

Previous
Next

#8. Clrscr() function exists in _________ header file.

Previous
Next

#9. Constructor which accept objects as arguments is called _________

Previous
Next

#10. A ____________ to a base class to an object of the derive class.

Previous
Next

#11. C++ is an extension to __________ programming language.

Previous
Next

#12. Manipulator function is used the header file ________

Previous
Next

#13. ________ is scope resolution operator.

Previous
Next

#14. __________ operator cannot be overloaded.

Previous
Next

#15. Define Single Inheritance ________________

Previous
Next

#16. Combination of two types on Inheritance is called ____________

Previous
Next

#17. A destructor can be overloaded _____________

Previous
Next

#18. To handle file I/O, special classes have already been defined in the header file _______

Previous
Next

#19. Virtual function is used the keyword ____________

Previous
Next

#20. The user must always define the operation of the _________ constructor.

Previous
Next

#21. A _______ template is a function that serves as skeleton for a family of functions whose tasks are similar.

Previous
Next

#22. _______ template can’t handle all of the possible that we might want to do.

Previous
Next

#23. A class template is also called

Previous
Next

#24. A _________ template is used to define a pattern for class definitions.

Previous
Next

#25. Type of conversion can been seen using a _________

Previous
Finish