Cite This Page
Bibliographic details for Polymorphism
- Page name: Polymorphism
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 29 March 2024 16:06 UTC
- Date retrieved: 24 January 2025 19:54 UTC
- Permanent URL: https://rosettacode.org/wiki/Polymorphism?oldid=363013
- Page Version ID: 363013
Citation styles for Polymorphism
APA style
Polymorphism. (2024, March 29). Rosetta Code. Retrieved 19:54, January 24, 2025 from https://rosettacode.org/wiki/Polymorphism?oldid=363013.
MLA style
"Polymorphism." Rosetta Code. 29 Mar 2024, 16:06 UTC. 24 Jan 2025, 19:54 <https://rosettacode.org/wiki/Polymorphism?oldid=363013>.
MHRA style
Rosetta Code contributors, 'Polymorphism', Rosetta Code, 29 March 2024, 16:06 UTC, <https://rosettacode.org/wiki/Polymorphism?oldid=363013> [accessed 24 January 2025]
Chicago style
Rosetta Code contributors, "Polymorphism," Rosetta Code, https://rosettacode.org/wiki/Polymorphism?oldid=363013 (accessed January 24, 2025).
CBE/CSE style
Rosetta Code contributors. Polymorphism [Internet]. Rosetta Code; 2024 Mar 29, 16:06 UTC [cited 2025 Jan 24]. Available from: https://rosettacode.org/wiki/Polymorphism?oldid=363013.
Bluebook style
Polymorphism, https://rosettacode.org/wiki/Polymorphism?oldid=363013 (last visited January 24, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Polymorphism --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Polymorphism?oldid=363013", note = "[Online; accessed 24-January-2025]" }
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 = "Rosetta Code", title = "Polymorphism --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Polymorphism?oldid=363013}", note = "[Online; accessed 24-January-2025]" }