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