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:

Verified
Correct Answer:
Verified
Related Questions
Q36: When defining a class, the class should
Q37: In a structure definition, the identifiers declared
Q38: A Member function that allows the user
Q39: Given the following class definition, what is
Q40: A class in which modifications to the
Q42: Two different structure definitions may have the
Q43: A data type consisting of data members
Q44: If you have a class with a
Q45: When several items variables or variables and
Q46: When a structure contains another structure variable