Ask Question
25 May, 00:12

A design principle in which the internals of a module are deliberately not exposed (or not usable by code that doesn't need to know the details) is called:

A) Method hiding

B) Data hiding

C) Information hiding

D) All of these

+2
Answers (1)
  1. 25 May, 03:56
    0
    Answer: D) All of these

    Explanation:

    Method hiding, data hiding and information hiding are based on the principle by which the internals of the modules are not exposed.

    Information hiding: This process basically hide all the details of the data and function. The hiding all these type of detail may result in abstraction and it basically reduces the complexity to make a function more easy to use.

    Data hiding and method hiding also involve the process of hiding the data and design on the principle in which the internal module are hidden.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A design principle in which the internals of a module are deliberately not exposed (or not usable by code that doesn't need to know the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers