Answer:
The answer is "Option A"
Explanation:
Escalation is the process of manipulating a bug, design failure in software program to obtain elevated access to the resources, which are usually shielded from the user, and wrong choices can be described as follows:
- In option B, It is wrong because It can't provide any type of problem-solving.
- In option C, It is wrong because it is a searching module.
- In option D, It is wrong because it is used to verify the system.
Implementation hiding i<u>s the encapsulation of method details within a class</u>. Implementation can be interpreted as those specifications which can be altered without altering the correctness of an application. Wrapping data/methods within classes (descriptions of the way all objects of this type will look/act) in combination with implementation hiding is called encapsulation. Information users need to know about behaviors should be available without dependence on implementation specifications.