Cite This Page
Bibliographic details for Design Patterns
- Page name: Design Patterns
- Author: JholJhapata contributors
- Publisher: JholJhapata, .
- Date of last revision: 21 February 2020 13:10 UTC
- Date retrieved: 21 August 2026 19:33 UTC
- Permanent URL: https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124
- Page Version ID: 124
Citation styles for Design Patterns
APA style
Design Patterns. (2020, February 21). JholJhapata, . Retrieved 19:33, August 21, 2026 from https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124.
MLA style
"Design Patterns." JholJhapata, . 21 Feb 2020, 13:10 UTC. 21 Aug 2026, 19:33 <https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124>.
MHRA style
JholJhapata contributors, 'Design Patterns', JholJhapata, , 21 February 2020, 13:10 UTC, <https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124> [accessed 21 August 2026]
Chicago style
JholJhapata contributors, "Design Patterns," JholJhapata, , https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124 (accessed August 21, 2026).
CBE/CSE style
JholJhapata contributors. Design Patterns [Internet]. JholJhapata, ; 2020 Feb 21, 13:10 UTC [cited 2026 Aug 21]. Available from: https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124.
Bluebook style
Design Patterns, https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124 (last visited August 21, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "JholJhapata",
title = "Design Patterns --- JholJhapata{,} ",
year = "2020",
url = "https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124",
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 = "Design Patterns --- JholJhapata{,} ",
year = "2020",
url = "\url{https://jholjhapata.com/index.php?title=Design_Patterns&oldid=124}",
note = "[Online; accessed 21-August-2026]"
}