94.8k views
5 votes
) Object-oriented programming generally does NOT focus on _____. (Points : 5) A. separating the interface from the implementation

B. client side access to implementation details
C. information hiding
D. ease of program modifiability
All of the above
None of the above
Only A, C, and D

1 Answer

2 votes

Answer: Only A, C, and D

Explanation: Object -oriented programming(OOP) is the programming concept that has data types and functions that are applicable on the data structure.The basic features displayed by the OOPs concepts is encapsulation, polymorphism,abstraction,implementation data etc.

OOPs concept does not consider the factors like hiding of data ,modification factor and separating of interface. Thus option A ,C and D are only options that are not focused by OOPs.

User Grodzi
by
6.7k points