DEV Community

JEGADESHWARAN B
JEGADESHWARAN B

Posted on

OOPS (Object oriented Programming System)

Initial

OOPS is a programming approach.
It is based on objects and classes.
It organizes code in a structured way.

Depth

It focuses on real-world entities.
It improves code reusability and security.

More Depth

Main concepts include class, object, inheritance, polymorphism, encapsulation, abstraction.

Final

OOPS makes programs modular, reusable, and easy to maintain.

Top comments (0)