Principles Of OOP
Principles Of OOP
Distinguish Between-
1. Object Oriented Programming and Procedure Oriented Programming
Ans- Encapsulation restricts the free flow of data from one object to
another. The data and functions are wrapped together in an object in
such a way that the data of a particular object can only be used in
associated functions. Thus, Encapsulation helps in protecting the data
from unauthorized access.
6) What are the advantages of High Level languages?