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.

Revisions

  1. saurabhchaturvedy created this gist Jan 24, 2021.
    5 changes: 5 additions & 0 deletions AstraZenecaCovidVaccineFactory.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    public class AstraZenecaCovidVaccineFactory implements CovidVaccineFactory{
    public CovidVaccine create() {
    return new AstraZenecaCovidVaccine();
    }
    }