Quiz - XII CS
Chapter 2 - Concepts of Object Oriented Programming
Sign in to Google to save your progress. Learn more
1.  An object is an instance of a *
1 point
2.  The process by which objects of one class acquire the properties of objects of another class is known as *
1 point
3.  The wrapping up of data and functions into a single unit is called *
1 point
4. The ability of a message or data to be processed in more than one form is called *
1 point
5. Default access specifier of Class is *
1 point
6. A blueprint for an object in OOP is called a *
1 point
7. C++ is a ....................... language *
1 point
8. Which among the following is true about OOPs? *
1 point
9. Pick the odd one out *
1 point
10. A base class may also be called ...................... *
1 point
11. Which of the following is not an OOP concept *
1 point
12. Binding of a function definition with the function call during runtime is called ........ *
1 point
13. The process of inheriting features from many base classes is known as *
1 point
14. In a class specifier data or functions declared as private are accessible *
1 point
15. Protecting data from unauthorised access is ............................ *
1 point
16. Operator overloading is the concept of *
1 point
17. How many objects can be made from a class? *
1 point
18. In C++, a function in a class is called *
1 point
19. A function VOLUME() can return the volume of a sphere or the volume of a cylinder as per requirement. Which one of the OOP feature is expressed here. *
1 point
20. The major goal of inheritance in C++ is *
1 point
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy