Cite This Page
Bibliographic details for Simple Factory Pattern
- Page name: Simple Factory Pattern
- Author: JholJhapata contributors
- Publisher: JholJhapata, .
- Date of last revision: 18 February 2020 15:32 UTC
- Date retrieved: 21 August 2026 17:00 UTC
- Permanent URL: https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122
- Page Version ID: 122
Citation styles for Simple Factory Pattern
APA style
Simple Factory Pattern. (2020, February 18). JholJhapata, . Retrieved 17:00, August 21, 2026 from https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122.
MLA style
"Simple Factory Pattern." JholJhapata, . 18 Feb 2020, 15:32 UTC. 21 Aug 2026, 17:00 <https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122>.
MHRA style
JholJhapata contributors, 'Simple Factory Pattern', JholJhapata, , 18 February 2020, 15:32 UTC, <https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122> [accessed 21 August 2026]
Chicago style
JholJhapata contributors, "Simple Factory Pattern," JholJhapata, , https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122 (accessed August 21, 2026).
CBE/CSE style
JholJhapata contributors. Simple Factory Pattern [Internet]. JholJhapata, ; 2020 Feb 18, 15:32 UTC [cited 2026 Aug 21]. Available from: https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122.
Bluebook style
Simple Factory Pattern, https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122 (last visited August 21, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "JholJhapata",
title = "Simple Factory Pattern --- JholJhapata{,} ",
year = "2020",
url = "https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122",
note = "[Online; accessed 21-August-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "JholJhapata",
title = "Simple Factory Pattern --- JholJhapata{,} ",
year = "2020",
url = "\url{https://jholjhapata.com/index.php?title=Simple_Factory_Pattern&oldid=122}",
note = "[Online; accessed 21-August-2026]"
}