Which option best describes the object-oriented programming paradigm?
A :Objects describe data aspects of entities related to the problem. An object-oriented program describes how those entities differ from each other.
B :Objects describe data aspects of entities related to the problem. An object-oriented program describes how those entities communicate with each other.
C :Objects describe data and functional aspects of entities related to the problem. An object-oriented program describes how those entities differ from each other.
D :Objects describe data and functional aspects of entities related to the problem. An object-oriented program describes how those entities communicate with each other.
Answer:option d
Object oriented paradigm best describes about the data and functional aspects of the entities which are related to the problem
And it also describes how entities communicate with each other
So this option is correct
And rest of the options are wrong because
Objects not only describes data aspects but also describes the functional aspects
And it does not deal with how entities different from each other.deals with the interaction or communication of one entity with the other
Get Answers For Free
Most questions answered within 1 hours.