____ represents the relationships between objects and classes.
Answers
Answer:
an object is an element (or instance) of a class; objects have the behaviors of their class. The object is the actual component of programs, while the class specifies how instances are created and how they behave. method: a method is an action which an object is able to perform.
set of Entities
represents the relationships between objects and classes.
Explanation:
Object= data & method
Programs are divided into objects.
Objects are the basic runtime entity. That represent a person, a place or a table of data or any .
For example, banking program.
A program execute the objects that interact by sending messages from one to another.
Customer and the account are two objects.
The entire set of commands and their data of an object can be made a user- defined data type ,concept of class.
Class- data type
Object- variable of data type
Class is the collection of objects.
Example,
Fruits is the collection of orange, grapes and mango