Object-Oriented Programming
Object-oriented programming (OOP) is defined as a concept of programming based on objects in which attributes (data) and methods (actions) are used and these objects can exchange information with each others.
Object-oriented programming is high level programming which allows you to organize large projects into manageable pieces.
OOP must have the following features:
- Encapsulation
- Polymorphism
- Inheritance (Hierarchy)
- Abstraction
Example:
- Java.
- C++ Programming.
- Phython
- PHP etc.
Category: Computer Programming
Previous: ← Procedural programming
Next: OOP Class →
More from this Section
- Software
... - Inheritance
Inheritance is the most important feature of Object-Oriented Programming. Inheritance ... - Function
In programming, a function is a procedure that performs a specific task. It is ... - Computer Program
... - C# Programming
C# (pronounced “C sharp”) a programming language developed by Anders Hejlsberg (the ...