What is abstraction? How
Define Encapsulation.
Answers
Answered by
1
Answer:
In software engineering and computer science, abstraction is: the process of removing physical, spatial, or temporal details or attributes in the study of objects or systems to focus attention on details
In object-oriented computer programming languages, the notion of encapsulation refers to the bundling of data, along with the methods that operate on that data, into a single unit. ... Encapsulation can be used to hide both data members and data functions or methods associated with an instantiated class or object.
Explanation:
Hope it helps you
Similar questions