Computer Science, asked by whtgucucu, 10 months ago

Definition of encapsulation..?? ​

Answers

Answered by ItsDoreamon
2

Answer:

✍Encapsulation is one of the fundamental concepts in object-oriented programming (OOP). It describes the idea of bundling data and methods that work on that data within one unit, e.g., a class in Java....✔✔✔

Follow me...❤❤❤

Answered by kajal1016
1

Answer:

Encapsulation is a process of combining

data and functions into a single unit, called class .In simple words attributes of the class r kept public getter

and setter methods r provided to manipulate these attributes .Thus, it makes the concept of data hiding possible.

Similar questions