Example & Tutorial understanding programming in easy ways.

What is OOPS(Object Oriented Programming)?

Object-Oriented Programming (OOP) is a programming consept that provides a concept to treat hole program as an object. The all methods and data are bound into a single object.

In OOP program, unit of program is object, which is nothing but combination of data and code.

In OOPs program, data is accessible with in the object and which in turn assures the security of the code and avoid for outer misuse

Read More →