Interview Question
Qus: What is object-oriented paradigm?
Answers (1)
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.