Basic and Advance Programming Question:
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.
Previous Question | Next 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? |