Physics, asked by jackiechan4970, 11 months ago

How information is hided in C++? Explain various method.

Answers

Answered by AryaPriya06
0

Data encapsulation led to the important OOP concept of data hiding. ... It is a process of combining data and functions into a single unit. This is the central idea of OOP. Usually, the data within a class is private & the functions are public The data is hidden so that it will be safe from accidental manipulation.

Similar questions