Vidyalelo
PHP · Q112

Object Oriented Concept

Programming · PHP · question 112

Q112

Which one of the following is displayed in the third section of the class diagram?

A.
Operations
Answer
B.
Inheritance
C.
Abstraction
D.
Coupling

Answer: Option A

Solution

Answer: Option A
Solution:
Operations describe methods, or more properly, they describe the calls that can be made on an instance of a class.