Cite This Page
Bibliographic details for Respond to an unknown method call
- Page name: Respond to an unknown method call
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 29 March 2024 14:56 UTC
- Date retrieved: 7 December 2024 05:59 UTC
- Permanent URL: https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011
- Page Version ID: 363011
Citation styles for Respond to an unknown method call
APA style
Respond to an unknown method call. (2024, March 29). Rosetta Code. Retrieved 05:59, December 7, 2024 from https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011.
MLA style
"Respond to an unknown method call." Rosetta Code. 29 Mar 2024, 14:56 UTC. 7 Dec 2024, 05:59 <https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011>.
MHRA style
Rosetta Code contributors, 'Respond to an unknown method call', Rosetta Code, 29 March 2024, 14:56 UTC, <https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011> [accessed 7 December 2024]
Chicago style
Rosetta Code contributors, "Respond to an unknown method call," Rosetta Code, https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011 (accessed December 7, 2024).
CBE/CSE style
Rosetta Code contributors. Respond to an unknown method call [Internet]. Rosetta Code; 2024 Mar 29, 14:56 UTC [cited 2024 Dec 7]. Available from: https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011.
Bluebook style
Respond to an unknown method call, https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011 (last visited December 7, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Respond to an unknown method call --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011", note = "[Online; accessed 7-December-2024]" }
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 = "Respond to an unknown method call --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Respond_to_an_unknown_method_call?oldid=363011}", note = "[Online; accessed 7-December-2024]" }