Explain the term, Encapsulation using appropriate examples.
Answers
Answered by
1
Answer:
Encapsulation in OOP Meaning: In object-oriented computer programming languages, the notion of encapsulation (or OOP Encapsulation) refers to the bundling of data, along with the methods that operate on that data, into a single unit.
Similar questions