Which of the following is the prototype for a member function have_birthday of a person class. The function increments a data member called age by 1.

a) int have_birthday (int );
b) void have_birthday ( ) const;
c) void have_birthday (int ) const;
d) void have_birthday ( );

d) void have_birthday ( );

Computer Science & Information Technology

You might also like to view...

A blank workbook appears when you start Excel 2010

Indicate whether the statement is true or false

Computer Science & Information Technology

Rooting means the mobile device needs another battery

Indicate whether the statement is true or false

Computer Science & Information Technology