Basic and Advance Programming Question:

What are the advantages of OOPL in a programming language?

Programming Interview Question
Programming Interview Question

Answer:

Object oriented programming languages directly represent the real life objects. The features of OOPL as inheritance, polymorphism, encapsulation makes it powerful.


Previous QuestionNext Question
Can a method be overloaded based on different return type but same argument type in programming?What is the difference between procedural and object-oriented programs?