answersLogoWhite

0


Best Answer

In advanced programming languages, the re-usability of a portion of code capable of performing a given function is an unique advantage. The compartmentalization of a code which can be reused later and invoked by the class name is referred as object inheritance. In classical inheritance classes are used while in object inheritance sub classes and super classes are add-on features. It saves lengthy redundant coding by inherting the desired code function and calling it by name .

-JP Morgan

User Avatar

Kellen Bednar

Lvl 13
2y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

4mo ago

An object is a variable in programming that stores data and has methods associated with it to perform actions. Objects are instances of classes and are used in object-oriented programming to model real-world entities by combining data (attributes) and functionality (methods).

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by object?
Write your answer...
Submit
Still have questions?
magnify glass
imp