Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Others by (55.6k points)

Can anyone tell me what is object oriented programming?

1 Answer

0 votes
by (119k points)

Object-Oriented Programming (OOP) is a computer programming model that uses classes and objects. This helps the programmers to keep a program simple with pieces of code that can be reusable which helps to create individual instances of objects. Some of the popular object-oriented programming languages are JavaScript, C++, Java, and Python.

Also, watch this video on Programming:

Browse Categories

...