Qus:    What is object-oriented paradigm?
Sep 11, 2022 17:46 Java 1 Answers Views: 1326 ALLINO
Prev Next
Answers (1)
gch terk Feb 12, 2021 14:59
Answer:   It is a programming paradigm based on objects having data and methods defined in the class to which it belongs. Object-oriented paradigm aims to incorporate the advantages of modularity and reusability. Objects are the instances of classes which interacts with one another to design applications and programs. There are the following features of the object-oriented paradigm.
o Follows the bottom-up approach in program design.
o Focus on data with methods to operate upon the object's data
o Includes the concept like Encapsulation and abstraction which hides the complexities from the user and show only functionality.
o Implements the real-time approach like inheritance, abstraction, etc.
o The examples of the object-oriented paradigm are C++, Simula, Smalltalk, Python, C#, etc.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect