IDNStudy.com, kung saan ang mga eksperto at komunidad ay nagtutulungan para sagutin ang iyong mga tanong. Ang aming komunidad ay handang magbigay ng malalim at praktikal na mga solusyon sa lahat ng iyong mga katanungan.
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.
Explanation: