Update abstract-factory/README.md

This commit is contained in:
Subhrodip Mohanta 2021-06-05 12:50:40 +05:30 committed by GitHub
parent 0aaa5dab01
commit b10b9c159e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ objects without specifying their concrete classes.
Real-world example
> To create a kingdom we need objects with a common theme. The elven kingdom needs an elven king, elven castle and elven army whereas the orcish kingdom needs an orcish king, orcish castle, and orcish army. There is a dependency between the objects in the kingdom.
> To create a kingdom we need objects with a common theme. The elven kingdom needs an elven king, elven castle, and elven army whereas the orcish kingdom needs an orcish king, orcish castle, and orcish army. There is a dependency between the objects in the kingdom.
In plain words