Basic and Advance Programming Question:

What are the advantages of OOPL in a programming language?

Tweet Share WhatsApp

Answer:

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

Download Programming PDF Read All 34 Programming Questions
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?