SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
An operation can be described as?
A
Object behavior
B
Class behavior
C
Functions
D
Object & Class behavior
Explanation: 

Detailed explanation-1: -1 Answer. An operation can be described as object behavior as well as class behavior .

Detailed explanation-2: -Object is an instance of a class in a particular moment in runtime that can have its own state and data values.

Detailed explanation-3: -In classes, operations are implementations of functions that an object might be required to perform. Well-defined operations perform a single task. Operations can have exceptions, elements that are created when the operation encounters an error.

There is 1 question to complete.