1.

How will you define software object?​

Answer»

A software OBJECT. Software objects are conceptually similar to real-world objects: they too consist of STATE and related behavior. An object stores its state in FIELDS (variables in some programming languages) and exposes its behavior through methods (FUNCTIONS in some programming languages).



Discussion

No Comment Found