Ask Question
21 April, 11:45

What technique allows a programmer to change the way in which a method works internally without affecting programs that utilize the method?

+1
Answers (2)
  1. 21 April, 13:54
    0
    implementation hiding allows the programmer to change the way in which a method works internally without affecting the programs that utilize the method.

    Explanation:

    Implementation hiding is an example of encapsulation in OOP which enables a programmer or coder to hide method implementation from outside world and in this technique the program is also not affected by the method that it is using
  2. 21 April, 14:00
    0
    Implementation hiding.

    Explanation:

    A method is a group of one or more statements, defined in a class. The class holds the attributes and behaviours of objects in its class and implements the defined method from an interface.

    To avoid the method statements from been seen, it is encapsulated, hidden internally but functional when called upon. This encapsulation process is called implementation hiding.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What technique allows a programmer to change the way in which a method works internally without affecting programs that utilize the method? ...” 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