Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Problem

Implement factory design pattern using Pet as the factory interface. The interface implements two methods: makeSound() and play().

Dog and Cat are concrete objects that implements Pet interface.

PetRecord holds attributes such as petId, petName, and Pet.

Clinic would be the client object.

Refer to the UML Class Diagram

Class Diagram

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages