An object is composed of
Answers
Answered by
19
Methods and Fields
⇒ An object is composed of various methods and attributes.
⇒ The attributes constituting an object are also known as properties, fields, characteristics and data members.
⇒ The attributes define the state of the object whereas the methods define the actions which can be performed by that particular object.
⇒ Likewise, it would not be wrong if we say that the methods define the behaviour of the object.
⇒ If we presume the object to be a noun, then we can easily say that all the attributes are the adjectives of the noun and all the methods are the adverbs of the noun.
Attachments:
BrainlyPrincess:
fabulous explanation sir☺✌✌
Answered by
0
An 'object' is composed of fields and methods.
Explanation:
- The fields, also referred to as 'data members', 'characteristics', 'attributes or properties', 'describe the object's state'. In general, the 'methods describe the actions' associated with a specific object.
- Objects of software also have a state and actions. The state of a software object is stored in 'fields' and the action is displayed via methods. 'Methods' operate on an 'object's' internal state in software development, and 'object-to-object communication' is done through methods.
To know more
Write the steps to create an object in computer science
https://brainly.in/question/6435449
What are the characteristics of reflection of an object in computer graphics?
https://brainly.in/question/14135456
Similar questions