Guest User

Untitled

a guest
Apr 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Instance
  2. An instance variable is a variable within a object, such as “age” or “birthday” in a “Human” class.
  3. Human::Human(char tname[],int tage)
  4. {
  5. strcpy(name,name);
  6. age = tage;
  7. }
Add Comment
Please, Sign In to add comment