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:39 UTC
- Date retrieved: 5 July 2026 22:54 UTC
- Permanent URL: https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=34
- Page Version ID: 34
Citation styles for Open-Closed Principle
APA style
Open-Closed Principle. (2019, August 15). JholJhapata, . Retrieved 22:54, July 5, 2026 from https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=34.
MLA style
"Open-Closed Principle." JholJhapata, . 15 Aug 2019, 12:39 UTC. 5 Jul 2026, 22:54 <https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=34>.
MHRA style
JholJhapata contributors, 'Open-Closed Principle', JholJhapata, , 15 August 2019, 12:39 UTC, <https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=34> [accessed 5 July 2026]
Chicago style
JholJhapata contributors, "Open-Closed Principle," JholJhapata, , https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=34 (accessed July 5, 2026).
CBE/CSE style
JholJhapata contributors. Open-Closed Principle [Internet]. JholJhapata, ; 2019 Aug 15, 12:39 UTC [cited 2026 Jul 5]. Available from: https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=34.
Bluebook style
Open-Closed Principle, https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=34 (last visited July 5, 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=34",
note = "[Online; accessed 5-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 = "Open-Closed Principle --- JholJhapata{,} ",
year = "2019",
url = "\url{https://jholjhapata.com/index.php?title=Open-Closed_Principle&oldid=34}",
note = "[Online; accessed 5-July-2026]"
}