adplus-dvertising
frame-decoration

Question

What is the purpose of encapsulation in software development?

a.

To hide unnecessary details about the internal implementation of a component

b.

To expose all details about the internal implementation of a component

c.

To make a component available only to certain users

d.

To make a component harder to access for security purposes

Posted under Reverse Engineering

Answer: (a).To hide unnecessary details about the internal implementation of a component Explanation:Encapsulation is the process of each component box encapsulating certain functionality and simply making it available to whoever needs it, without exposing unnecessary details about the internal implementation of the component.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of encapsulation in software development?