Object Oriented Pgogramming (OOP)



Object Oriented Pgogramming (OOP) :

                It is a new way of programming to solve the problems which are large in size this is known as object oriented programming. Object oriented programming is the best way of programming and best way to removes the errors which is in the program, you developed. Objest oriented programming is also known as OOP.


Features of Objest Oriented Programming :

            The features of object oriented programming is four I will discuss all of them :

  • 1.      Data Abstraction:

Data abstraction means the create classes from the objects in the program or making software. We create classes from the object then we easily create program or software.

  • 2.      Data Enacapsulation :

Data encapsulation means the variables, data and functions are defined at the same class in the program. The variables and function are define within the class because we correct the errors easily and manage the program easily.

  • 3.      Data Hiding :

Data hiding means when we make a data private so that it cannot be accessible outside the class in the program. We make data private or public, if we make private the data cannot access outside the class.

  • 4.      Inheritance :

Inheritance means we create classes, which is inherit characteristics of old class in the program.
 

No comments:

Post a Comment