Classes are blueprints for creating objects. They encapsulate data and behavior.
Animalconstructor that takes a name and stores it as propertyspeak() that returns "[name] makes a noise."dog with name "Rex"dog.speak() and store it in soundSubmit your code to see test results