Friday 18 November 2016

PLATFORM INDEPENDENCY FEATURE IN JAVA

Platform independence means that the program written on one system or platform can be executed on any other platform.The birth of object oriented programming took place with the concept of encapsulation which means to wrap up data and functions together.

Any program contains two parts that is the data part and logic part .out of these highest priority is given to the data part.But we know that in structural programming languages,data insecurity is high.
Thus in order to secure the data the concept of encapsulation came into existence.
Encapsulation is the concept of binding data and functions Encapsulation may be called as the backbone of Programming language.
Java programming supports all the OOP Concepts and hence it is called as the Object Oriented Programming language.


1 comment: