Chapter 6: Class & Objects

 

Results

Previous
Next

#1. ________ is a user defined data type.

Previous
Next

#2. The process of creating a derived class from an existing base class is called as ________

Previous
Next

#3. __________ operator cannot be overloaded.

Previous
Next

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

Previous
Next

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

Previous
Next

#6. __________ is a user defined data type which holds both the data and functions.

Previous
Next

#7. Internal data of a class are called _________

Previous
Next

#8. Internal function are called __________

Previous
Next

#9. Definition of the function is called as _________

Previous
Next

#10. The word ______ is powerful keyword in C++.

Previous
Next

#11. The ______ concept provides support for data hiding, abstraction, encapsulation, inheritance and polymorphism etc.

Previous
Next

#12. _________ contains on or more data items which are grouped together as a single entity.

Previous
Next

#13. _______ defines the boundary between the accessible and inaccessible parts of a class.

Previous
Next

#14. _______ members can only be accessed within a class.

Previous
Next

#15. _________ members can be accessed from outside the class.

Previous
Next

#16. ______ members are similar to private and used in inheritance concepts.

Previous
Next

#17. ________ is an abstract type and can be used like any built-in data type.

Previous
Next

#18. By defining, class members are private we achieve the concept of _________

Previous
Next

#19. When we declares a string in the way of using _________, they are not expandable and very much loss of memory location.

Previous
Next

#20. Binding data and functions together into a single class type variable is referred as __________

Previous
Next

#21. char str[] is a ______ concept.

Previous
Next

#22. The ______ format in printf expects a character pointer.

Previous
Next

#23. _______ Pointer is possible that the size of a pointer can vary depending on the data type of the object to which points.

Previous
Next

#24. There is one other value a pointer may have it may be set a _______ pointer.

Previous
Next

#25. C++ invented in ______ year.

Previous
Finish