Back

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

Could someone tell me what is OOPS in Python?

1 Answer

0 votes
by (7.2k points)

Object Oriented Programming is a way of computer programming using the idea of “objects” to represents data and methods. It is also, an approach used for creating neat and reusable code instead of a redundant one. the program is divided into self-contained objects or several mini-programs. Every Individual object represents a different part of the application having its own logic and data to communicate within themselves.

Related questions

0 votes
1 answer
asked Apr 11, 2021 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked Apr 11, 2021 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked Apr 11, 2021 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked Apr 11, 2021 in Java by dev_sk2311 (45k points)
0 votes
1 answer
asked Apr 11, 2021 in Java by dev_sk2311 (45k points)

Browse Categories

...