Skip to content

Instantly share code, notes, and snippets.

@mhassanist
Created January 12, 2021 07:28
Show Gist options
  • Save mhassanist/7c3bec6e5055daa1281365283293ecbc to your computer and use it in GitHub Desktop.
Save mhassanist/7c3bec6e5055daa1281365283293ecbc to your computer and use it in GitHub Desktop.
/*Goal: practice creating and using classes.
**Create a class called Cat.
**Create the following members:
**private members: name, breed, age
**public members: setName, setBreed,setAge
**getName, getBreed, getAge, printInfo*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment