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