Ask Question
10 June, 01:31

If an object's methods are well written, the user is unaware of the low-level details of how the methods are executed, and the user must simply understand the interface or interaction between the method and the object.

A. True

B. False

+3
Answers (1)
  1. 10 June, 01:43
    0
    A) True

    Explanation:

    This is true and this concept in Object Oriented Programming (OOP) is called Abstraction. It is a coding construct whereby implementation details is hidden from the user who only have access the functionality of the program. In popular programming language Java, Abstraction is achieved by the use of Abstract classes and Interfaces. Abstraction remains one of the four foundations of OOP the others are Inheritance, Polymorphism and Encapsulation.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “If an object's methods are well written, the user is unaware of the low-level details of how the methods are executed, and the user must ...” 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