Cite This Page
Bibliographic details for Factory Method Design Pattern
- Page name: Factory Method Design Pattern
- Author: JholJhapata contributors
- Publisher: JholJhapata, .
- Date of last revision: 23 February 2020 11:25 UTC
- Date retrieved: 14 May 2026 17:54 UTC
- Permanent URL: https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131
- Page Version ID: 131
Citation styles for Factory Method Design Pattern
APA style
Factory Method Design Pattern. (2020, February 23). JholJhapata, . Retrieved 17:54, May 14, 2026 from https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131.
MLA style
"Factory Method Design Pattern." JholJhapata, . 23 Feb 2020, 11:25 UTC. 14 May 2026, 17:54 <https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131>.
MHRA style
JholJhapata contributors, 'Factory Method Design Pattern', JholJhapata, , 23 February 2020, 11:25 UTC, <https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131> [accessed 14 May 2026]
Chicago style
JholJhapata contributors, "Factory Method Design Pattern," JholJhapata, , https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131 (accessed May 14, 2026).
CBE/CSE style
JholJhapata contributors. Factory Method Design Pattern [Internet]. JholJhapata, ; 2020 Feb 23, 11:25 UTC [cited 2026 May 14]. Available from: https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131.
Bluebook style
Factory Method Design Pattern, https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131 (last visited May 14, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "JholJhapata",
title = "Factory Method Design Pattern --- JholJhapata{,} ",
year = "2020",
url = "https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131",
note = "[Online; accessed 14-May-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 = "Factory Method Design Pattern --- JholJhapata{,} ",
year = "2020",
url = "\url{https://jholjhapata.com/index.php?title=Factory_Method_Design_Pattern&oldid=131}",
note = "[Online; accessed 14-May-2026]"
}