Basic or Features Object Oriented Programming (OOP)
Basics of Object Oriented Programming Object Oriented Programming (OOP) is a technique in which programs are written on the basis of objects. An object is a collection of data and functions. Object may represent a person, thing or place in real world. In OOP data and all possible functions are grouped together. Object oriented programs are easy to learn and modify. Some of the object-oriented languages are · C++ · JAVA · C# etc. Features of Object-Oriented Programming Object: OOP provide the facility of programming based on objects. An object is a collection of data and functions. Class : classes are designed for creating objects. OOP provides the facility to design classes for creating different objects. All properties and functions of an object are specified in classes. Encapsulation: Encapsulation is a process of combining data members and functions in a single unit. Class is the example of encapsulation. It is one of the popular f...
.png)
Comments
Post a Comment