Cite This Page
Bibliographic details for Builder Design Pattern
- Page name: Builder Design Pattern
- Author: JholJhapata contributors
- Publisher: JholJhapata, .
- Date of last revision: 19 October 2020 17:45 UTC
- Date retrieved: 27 July 2026 08:31 UTC
- Permanent URL: https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141
- Page Version ID: 141
Citation styles for Builder Design Pattern
APA style
Builder Design Pattern. (2020, October 19). JholJhapata, . Retrieved 08:31, July 27, 2026 from https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141.
MLA style
"Builder Design Pattern." JholJhapata, . 19 Oct 2020, 17:45 UTC. 27 Jul 2026, 08:31 <https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141>.
MHRA style
JholJhapata contributors, 'Builder Design Pattern', JholJhapata, , 19 October 2020, 17:45 UTC, <https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141> [accessed 27 July 2026]
Chicago style
JholJhapata contributors, "Builder Design Pattern," JholJhapata, , https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141 (accessed July 27, 2026).
CBE/CSE style
JholJhapata contributors. Builder Design Pattern [Internet]. JholJhapata, ; 2020 Oct 19, 17:45 UTC [cited 2026 Jul 27]. Available from: https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141.
Bluebook style
Builder Design Pattern, https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141 (last visited July 27, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "JholJhapata",
title = "Builder Design Pattern --- JholJhapata{,} ",
year = "2020",
url = "https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141",
note = "[Online; accessed 27-July-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 = "Builder Design Pattern --- JholJhapata{,} ",
year = "2020",
url = "\url{https://jholjhapata.com/index.php?title=Builder_Design_Pattern&oldid=141}",
note = "[Online; accessed 27-July-2026]"
}