Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 9 (Q.No. 14)
14.
Which is a good guideline for creating function names?
Use all lowercase letters to identify the functions as C++ functions
Use long names to reduce the likelihood of creating a duplicate function name
Use abbreviations as much as possible to save both keystrokes and memory
Avoid the use of digits because they are easily confused with letters
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.