Ask Question
27 February, 07:21

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

+1
Answers (1)
  1. 27 February, 07:59
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers