Join the IDNLearn.com community and get your questions answered by knowledgeable individuals. Ask any question and get a detailed, reliable answer from our community of experts.

How does OOP keep both code and data safe from outside interference and
incuse?


Sagot :

Answer:

it is the process that binds together the data and code into a single unit and keeps both from being safe from outside interference and misuse. In this process, the data is hidden from other classes and can be accessed only through the current class's methods