OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 110
|
In object oriented design of software, objects have
|
attributes and name only
|
|
|
operations and name only
|
|
|
attributes name and operations
|
|
|
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.
● 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.
● 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.
