Skip to content
#1. In C++, a function contained within the class is called __________
#2. By default structure members are _____________
#3. Setw() is used for _________
#4. The Operator _________ can be overloaded.
#5. A Class which has pure virtual is known as ___________
#6. ________ and __________ are two types of Templates.
#7. A ________ function can access the private member of a class.
#8. Clrscr() function exists in _________ header file.
#9. Constructor which accept objects as arguments is called _________
#10. A ____________ to a base class to an object of the derive class.
#11. C++ is an extension to __________ programming language.
#12. Manipulator function is used the header file ________
#13. ________ is scope resolution operator.
#14. __________ operator cannot be overloaded.
#15. Define Single Inheritance ________________
#16. Combination of two types on Inheritance is called ____________
#17. A destructor can be overloaded _____________
#18. To handle file I/O, special classes have already been defined in the header file _______
#19. Virtual function is used the keyword ____________
#20. The user must always define the operation of the _________ constructor.
#21. A _______ template is a function that serves as skeleton for a family of functions whose tasks are similar.
#22. _______ template can’t handle all of the possible that we might want to do.
#23. A class template is also called
#24. A _________ template is used to define a pattern for class definitions.
#25. Type of conversion can been seen using a _________