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

Discussion Forum : Object Oriented Programming Using C++ - Section 11 (Q.No. 11)
11.
A function's purpose is to print customer data. Which of the following is the best name for this function?
pcd(). It's short for "print customer data" and takes few keystrokes
Printcustomerdata(). It states everything the function will do
printCustomer(). It states the function's purpose and is easy to read
lastFunction(). It is the final function called in most programs, and this name identifies the function's timing
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.