Vidyalelo
PHP · Q105

Object Oriented Concept

Programming · PHP · question 105

Q105

Which one of the following is displayed below the class name in the class diagrams?

A.
Functions
B.
Methods
C.
Attributes
Answer
D.
Constraints

Answer: Option C

Solution

Answer: Option C
Solution:
Attributes describe a class’s properties. Attributes are listed in the section directly beneath the class name.