2.4k questions

2.4k answers

99.5k users

Categories

0 votes
73 views

What are the properties of OOP language?

in General by (95.8k points)

1 Answer

0 votes

There are three major features in object-oriented programming that makes them different than non-OOP languages: encapsulation, inheritance and polymorphism

by (95.8k points)
...