Computer Science, asked by shuklashruti653, 11 months ago

which object oriented program attribute that describes the object are known? a) behaviour, b) method, c) data field, d) state​

Answers

Answered by aditya17parthiban
1

Answer:

B) Method

Explanation:

Object Oriented Programming (OOP) emphasizes on the function (method in this case) than the data used, unlike Procedure Oriented Programming where the emphasis is on the data.

Similar questions