220k views
5 votes
What are the objects in object-oriented programming language?

User Lalas
by
3.2k points

1 Answer

3 votes

Answer:

An object is an abstract data type with the addition of polymorphism and inheritance. Rather than structure programs as code and data, an object-oriented system integrates the two using the concept of an "object". An object has state (data) and behavior (code). Objects can correspond to things found in the real world.

hope it helps ya mate.