Cite This Page
Bibliographic details for Open-Closed Principle
- Page name: Open-Closed Principle
- Author: JholJhapata contributors
- Publisher: JholJhapata, .
- Date of last revision: 15 August 2019 12:30 UTC
- Date retrieved: 20 May 2026 23:57 UTC
- Permanent URL: https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32
- Page Version ID: 32
Citation styles for Open-Closed Principle
APA style
Open-Closed Principle. (2019, August 15). JholJhapata, . Retrieved 23:57, May 20, 2026 from https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32.
MLA style
"Open-Closed Principle." JholJhapata, . 15 Aug 2019, 12:30 UTC. 20 May 2026, 23:57 <https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32>.
MHRA style
JholJhapata contributors, 'Open-Closed Principle', JholJhapata, , 15 August 2019, 12:30 UTC, <https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32> [accessed 20 May 2026]
Chicago style
JholJhapata contributors, "Open-Closed Principle," JholJhapata, , https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32 (accessed May 20, 2026).
CBE/CSE style
JholJhapata contributors. Open-Closed Principle [Internet]. JholJhapata, ; 2019 Aug 15, 12:30 UTC [cited 2026 May 20]. Available from: https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32.
Bluebook style
Open-Closed Principle, https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32 (last visited May 20, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "JholJhapata",
title = "Open-Closed Principle --- JholJhapata{,} ",
year = "2019",
url = "https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32",
note = "[Online; accessed 20-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 = "Open-Closed Principle --- JholJhapata{,} ",
year = "2019",
url = "\url{https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=32}",
note = "[Online; accessed 20-May-2026]"
}