Computer Science, asked by eddggh4154, 6 months ago

How a class accomplished a data hiding

Answers

Answered by ahanamukherjee1210
1

Answer:

《♡》

Explanation:

A class is a template to create objects. Methods and variables declared private can not be access outside of the class. Those can be only accessed internally, it means that they are hidden from the outside.

Answered by rahmanshamima417
0

Answer:

A class is a template to create object

Similar questions