Computer Science, asked by akashverma1720pdfigf, 1 year ago

An object is composed of

Answers

Answered by BrainlyPromoter
19

Methods and Fields

\Huge{\\}

⇒ 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☺✌✌
Inflameroftheancient: Great answer!!!!!
Anonymous: Mast....
Bhavanavindamuri: Grt answer
Answered by smartbrainz
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