what does a class encapsulate
Answers
Answered by
4
Explanation:
A class is a program-cod-template that allows developers to create an object that has both variables (data) and behaviors (functions or methods). A class is an example of encapsulation in computer science in that it consists of data and methods that have been bundled into a single unit.
Answered by
0
Answer:
the process of binding data and function to form a single unit is called Encapsulation.
Explanation:
A class is an example of encapsulation in computer science in that it consists of data and methods that have been bundled into a single unit.
HOPE IT HELPS YOU BRO.
Similar questions