Object
Oriented Programming with C++
Introduction
to Object Oriented Programming Techniques
Evaluation
Choose the correct answer:
1. The term is used to describe a
programming approach based on classes and objects is
(A) OOP
(B)
POP
(C)
ADT
(D)
SOP
2. The paradigm which aims more at
procedures.
(A)
Object Oriented Programming
(B) Procedural programming
(C)
Modular programming
(D)
Structural programming
3. Which of the following is a user
defined data type?
(A) class
(B)
float
(C)
int
(D)
object
4.
The identifiable entity with some characteristics and behaviour is.
(A)
class
(B) object
(C)
structure
(D)
member
5. The mechanism by which the data
and functions are bound together into a single unit is known as
(A)
Inheritance
(B) Encapsulation
(C)
Polymorphism
(D)
Abstraction
6. Insulation of the data from
direct access by the program is called as
(A) Data hiding
(B)
Encapsulation
(C)
Polymorphism
(D)
Abstraction
7. Which of the following concept
encapsulate all the essential properties of the object that are to be created?
(A)
class
(B)
Encapsulation
(C)
Polymorphism
(D) Abstraction
8. Which of the following is the
most important advantage of inheritance?
(A)
data hiding
(B) code reusability
(C)
code modification
(D)
accessibility
9. “Write once and use it multiple
time” can be achieved by
(A)
redundancy
(B) reusability
(C)
modification
(D)
composition
10. Which of the following supports
the transitive nature of data?
(A) Inheritance
(B)
Encapsulation
(C)
Polymorphism
(D)
Abstraction
Related Topics
Privacy Policy, Terms and Conditions, DMCA Policy and Compliant
Copyright © 2018-2023 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.