Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save saurabhchaturvedy/a344b35c26fd6c564e204a5bdd834c09 to your computer and use it in GitHub Desktop.

Select an option

Save saurabhchaturvedy/a344b35c26fd6c564e204a5bdd834c09 to your computer and use it in GitHub Desktop.
public class AstraZenecaCovidVaccineFactory implements CovidVaccineFactory{
public CovidVaccine create() {
return new AstraZenecaCovidVaccine();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment