retagged by
3,511 views
0 votes
0 votes

An operation can be described as:

  1. Object behavior
  2. Functions
  3. Class behavior
  4. (A),(B)
retagged by

1 Answer

1 votes
1 votes
An operation  can be described as object behavior as well as class behavior .

 Option D is correct
Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Mar 31, 2020
6,443 views
Given a class named student, which of the following is a valid constructor declaration for the class?Student student(){}Private final student(){}Student(student s){}Void ...
0 votes
0 votes
1 answer
2
admin asked Mar 31, 2020
977 views
An object can have which of the following multiplicities?ZeroMore than oneOneAll of the above
0 votes
0 votes
1 answer
3
admin asked Mar 31, 2020
3,710 views
Object oriented inheritance models:"is a kind of" relationship."has a" relationship."want to be" relationship."contains" of relationship.
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
1,317 views
The IOS class member function used for formatting IO iswidth(), precision(), read()width(), precision(), setf()getch(), width(), Io()unsetf() ,setf(), write()