Q48
Which Ruby convention is commonly used for naming private methods?
A.
Method names starting with private_
B.
Method names ending with _private
C.
Method names starting with _
AnswerD.
Method names starting with __
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board