Computer Science, asked by Harshitha11115, 11 months ago

How would you define a software object?​

Answers

Answered by ShreyaSrivastava221
3

Explanation:

A software object implements its behavior with methods . A method is a function (subroutine) associated with an object. Definition: An object is a software bundle of variables and related methods.


Harshitha11115: not appropriate
Harshitha11115: just ans point to point
ShreyaSrivastava221: Object (computer science) ... In the class-based object-oriented programming paradigm,object refers to a particular instance of a class, where the object can be a combination of variables, functions, and data structures.
ShreyaSrivastava221: Many programs are written to do things that are concerned with the real world. It is convenient to have "software objects" that are similar to "real world objects". This makes the program and what it does easier to think about.Software objects have identity, state, and behavior just as do real world objects. Of course, software objects exist entirely within a computer system and don't directly interact with real world objects.
Similar questions