...
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024

OOPS

Question 162
Match the following with reference to object oriented modelling:
A
(a)-(iv), (b)-(iii), (c)-(i), (d)-(ii)
B
(a)-(iii), (b)-(iv), (c)-(i), (d)-(ii)
C
(a)-(iii), (b)-(i), (c)-(ii), (d)-(iv)
D
(a)-(iv), (b)-(iii), (c)-(ii), (d)-(i)
Question 162 Explanation: 
Polymorphism: Polymorphism means many forms. It is used to perform similar operations to do similar things.
Inheritance: It is the process of creating new classes(derived class) from existing classes( base class) by inheriting their properties into derived class.
Encapsulation:It is the process of Picking both operator and attributes with operations appropriate to model an object
Abstraction: Abstraction refers to the process of Hiding implementation details of methods from users of objects
Correct Answer: B
Question 162 Explanation: 
Polymorphism: Polymorphism means many forms. It is used to perform similar operations to do similar things.
Inheritance: It is the process of creating new classes(derived class) from existing classes( base class) by inheriting their properties into derived class.
Encapsulation:It is the process of Picking both operator and attributes with operations appropriate to model an object
Abstraction: Abstraction refers to the process of Hiding implementation details of methods from users of objects

Leave a Reply

Your email address will not be published. Required fields are marked *