Computer Science, asked by BlackStorm321, 7 months ago

What is Encapsulation??​

Answers

Answered by rajakshrutikumari
5

Answer:

Encapsulation is the process of binding both the data and functions together!!

Answered by mohitrachwani1
4

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.

Similar questions