Skip to main content

What is Object Oriented Programming?

To be object oriented, a language is designed around the concept of objects. that are something, have certain properties and exhibit certain behaviors. This means the language generally includes support for:

– Encapsulation
– Inheritance
– Polymorphism                         

Comments