Java an Object Oriented Programming Language


                              Data Structure and Java

Data Stucture is something as tha name suggests Structure of data . Software and computer memory runs with data obviously. And how data are synchronised, arranged , and tabulated we all are going to study here.

 JAVA is an Object Oriented Programming Language OOPs  and it is class based language made for general purpose.

First of all learn about each and every object mentioned above

OBJECT ORIENTED PROGRAMMING LANGUAGE

Object oriented programming language relies on the concept of classes and objects. It is used to structure a software program into simple and reusable piece of code blueprints which are used to create individual instances of objects that's why thwy are called as Object Oriented Programming Language.

CLASS

Class is blueprint that specifies attributes of some special objects for example color,font. Class templates are used as a blueprint to create individual objects

  

Benefits of OOP

 OOP makes programming language much simpler and also it is reusable it can be used across the whole program.

Easier to debig and also alll the methods and classes are encrypted.



Comments