You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//On The previous slide we created a new class , added a constructor method that takes in 2 arguments-name and age. To create an object from this constructor method we need to use the new keyword and pass in the given name and age ofthe animal object that we are creating. We also have added a getinfo method that returns the information about the object