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