Skip to content
#1. Dynamic binding is also known as ________
#2. A “child” class is said to be ________ from the base class.
#3. ______ is visible only within class.
#4. Early binding is also called as ________ binding.
#5. Manipulator funcion exist in ______________
#6. >> symbol denotes ___________
#7. Constructor which accept objects as arguments is called _________
#8. C++ provides a pair of in-built special member functions called _______
#9. _______ constructs the object.
#10. _______ destroy the object.
#11. The ____________ automatically execute these functions.
#12. _______ initializes the objects of its class.
#13. Constructor have no _______ type.
#14. __________ are called automatically whenever an object is created.
#15. Constructor should be declared in ________ area.
#16. _______ have the name same as class name.
#17. A Constructor with no parameters is called ___________ Constructor.
#18. A constructor that takes arguments are called ________ constructor.
#19. A constructor with object reference as its argument is called _______ constructor.
#20. Allocation of memory to objects at the time of their construction is known as _______ constructor.
#21. The Symbol of copy constructor is _____
#22. ____________ are also member functions of a class.
#23. __________ are called automatically whenever an object is destroyed.
#24. Destructor preceded by _______ symbol.
#25. ________ have no return type.