Cite This Page
Bibliographic details for Abstract Factory Design Pattern
- Page name: Abstract Factory Design Pattern
- Author: JholJhapata contributors
- Publisher: JholJhapata, .
- Date of last revision: 8 December 2019 15:16 UTC
- Date retrieved: 13 August 2026 18:36 UTC
- Permanent URL: https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85
- Page Version ID: 85
Citation styles for Abstract Factory Design Pattern
APA style
Abstract Factory Design Pattern. (2019, December 8). JholJhapata, . Retrieved 18:36, August 13, 2026 from https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85.
MLA style
"Abstract Factory Design Pattern." JholJhapata, . 8 Dec 2019, 15:16 UTC. 13 Aug 2026, 18:36 <https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85>.
MHRA style
JholJhapata contributors, 'Abstract Factory Design Pattern', JholJhapata, , 8 December 2019, 15:16 UTC, <https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85> [accessed 13 August 2026]
Chicago style
JholJhapata contributors, "Abstract Factory Design Pattern," JholJhapata, , https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85 (accessed August 13, 2026).
CBE/CSE style
JholJhapata contributors. Abstract Factory Design Pattern [Internet]. JholJhapata, ; 2019 Dec 8, 15:16 UTC [cited 2026 Aug 13]. Available from: https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85.
Bluebook style
Abstract Factory Design Pattern, https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85 (last visited August 13, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "JholJhapata",
title = "Abstract Factory Design Pattern --- JholJhapata{,} ",
year = "2019",
url = "https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85",
note = "[Online; accessed 13-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 = "Abstract Factory Design Pattern --- JholJhapata{,} ",
year = "2019",
url = "\url{https://jholjhapata.com/index.php?title=Abstract_Factory_Design_Pattern&oldid=85}",
note = "[Online; accessed 13-August-2026]"
}