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

OOPS

Question 110
In object oriented design of software, objects have
A
attributes and name only
B
operations and name only
C
attributes name and operations
D
mutation and permutation property
Question 110 Explanation: 
● Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem.
● An object contains encapsulated data and procedures (operations) grouped together to represent an entity. The ‘object interface’ defines how the object can be interacted with.
Correct Answer: C
Question 110 Explanation: 
● Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem.
● An object contains encapsulated data and procedures (operations) grouped together to represent an entity. The ‘object interface’ defines how the object can be interacted with.

Leave a Reply

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