Basic and Advance Programming Question:
Download Questions PDF

What are the advantages of OOPL in a programming language?

Answer:

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

Download Programming Interview Questions And Answers PDF

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?