Solved

Which of the Following Is the Correct Function Definition Header

Question 41

Multiple Choice

Which of the following is the correct function definition header for the getAge function which is a member of the Person class?


A) int getAge) ;
B) int getAge)
C) int Person:getAge)
D) int Person::getAge)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions