Q55
DocBlocks are indicated by opening a comment using _________
A.
/*
B.
//*
C.
/**
AnswerD.
/*/
Answer: Option C
Solution
Answer: Option C
Solution:
This is a special comment that provides information about a class, property, or method.