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
- Computer Programming
Computer programming can be defined as creating or writing a sequence of instructions ... - Polymorphism
In object-oriented programming, Polymorphism means the ability to use same named method ... - ActionScript
ActionScript is a object-oriented programming language for the Adobe Flash Player and ... - Byte
Byte is a unit of computing data and information memory space that comprises a set of ... - BASIC Programming
BASIC (Beginner’s All-purpose Symbolic Instruction Code) is a programming language designed ...