what is meant by Encapsulation ,data handling
Answers
Answered by
1
Answer:
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.
Similar questions