Skip to content
#1. ________ is a user defined data type.
#2. The process of creating a derived class from an existing base class is called as ________
#3. __________ operator cannot be overloaded.
#4. Combination of two types on Inheritance is called ____________
#5. The user must always define the operation of the _________ constructor.
#6. __________ is a user defined data type which holds both the data and functions.
#7. Internal data of a class are called _________
#8. Internal function are called __________
#9. Definition of the function is called as _________
#10. The word ______ is powerful keyword in C++.
#11. The ______ concept provides support for data hiding, abstraction, encapsulation, inheritance and polymorphism etc.
#12. _________ contains on or more data items which are grouped together as a single entity.
#13. _______ defines the boundary between the accessible and inaccessible parts of a class.
#14. _______ members can only be accessed within a class.
#15. _________ members can be accessed from outside the class.
#16. ______ members are similar to private and used in inheritance concepts.
#17. ________ is an abstract type and can be used like any built-in data type.
#18. By defining, class members are private we achieve the concept of _________
#19. When we declares a string in the way of using _________, they are not expandable and very much loss of memory location.
#20. Binding data and functions together into a single class type variable is referred as __________
#21. char str[] is a ______ concept.
#22. The ______ format in printf expects a character pointer.
#23. _______ Pointer is possible that the size of a pointer can vary depending on the data type of the object to which points.
#24. There is one other value a pointer may have it may be set a _______ pointer.
#25. C++ invented in ______ year.