Skip to main content

Object Oriented Pet

Learn the concepts of Object Oriented Programming
Challenge

Object Oriented Pet

Objective

  • Build a digital pet that has its own personality and needs.
  • Create a Pet class. Every pet should have a name, hunger level, and happiness level.
  • Add functions like feed(), play(), and getStatus()
  • Link us to the project to earn points!
Submit your project