STD 12 Chapter 6 Object Oriented Concepts Removed
STD 12 Chapter 6 Object Oriented Concepts Removed
Weightage
Object Oriented Concepts
8 marks
Answer Key - Previous Years’ Board Paper
Textual Exercise
(1) In object oriented methodology, the focus is on which of the following entities?
(A) Data (B) Functions (C) Objects (D) All of the above
(2)Which of the following best suits to java?
(A) A procedure Programming language (B) An object oriented Programming
(C) a Query language (D) All of the above
(3)Which of the following is used to distinguish objects from each other?
(A) Attributes (B) State (C) Behavior (D) All of these
(4)Which of the following is used to define common features of similar objects ?
(A) class (B) object (C) methods (D) All of the above
(5)Which of the following is not a visibility symbol?
(A) ~ (B) * (C) # (D) -
(6)Which of the following is provided using encapsulation?
(A) Data protection (B) Data sharing
(C) separation of data & methods (D) All of these
(7)Which of the following is enabled by data abstraction?
(A) Data protection (B) Data hiding
(C) To hide implementation details of method (D) All of these
(8) With which of the following options polymorphism cannot be achieved?
(A) Method overloading (B) Operator overloading
(C) Data hiding (D) All of these
(9) An aggregation model refers to which of the following relationships?
(A) ‘is-a’ relationship (B) ‘is-like’ relationship
(C)’ a-part-of’ relationship (D) All of these
(10) An inheritance model refers to which of the following relationships?
(A) ‘is-a’ relationship (B) ‘has-a’ relationship
(C)’ a-part-of’ relationship (D) All of these
(11) In class diagram, composition is represented using which of the following symbols?
(A) Empty diamond (B) Filled diamond (C) Empty triangle (D) All of these