Created
January 12, 2021 07:28
-
-
Save mhassanist/7c3bec6e5055daa1281365283293ecbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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