104k views
4 votes
"The fact that we could create and manipulate an Account object without knowing its implementation details is called"

1 Answer

1 vote

Answer:

Abstraction

Explanation: Abstraction is a software engineer terminology that has been found to be very effective and efficient especially as it relates to object-oriented computer programming. It has helped software engineers and other computer experts to effectively manage account objects without having a knowledge of the details with regards to the Implementation process of that account object.

User Jon Snyder
by
4.6k points