Cite This Page
Bibliographic details for Add a variable to a class instance at runtime
- Page name: Add a variable to a class instance at runtime
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 30 June 2024 14:17 UTC
- Date retrieved: 18 May 2025 23:36 UTC
- Permanent URL: https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897
- Page Version ID: 365897
Citation styles for Add a variable to a class instance at runtime
APA style
Add a variable to a class instance at runtime. (2024, June 30). Rosetta Code. Retrieved 23:36, May 18, 2025 from https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897.
MLA style
"Add a variable to a class instance at runtime." Rosetta Code. 30 Jun 2024, 14:17 UTC. 18 May 2025, 23:36 <https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897>.
MHRA style
Rosetta Code contributors, 'Add a variable to a class instance at runtime', Rosetta Code, 30 June 2024, 14:17 UTC, <https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897> [accessed 18 May 2025]
Chicago style
Rosetta Code contributors, "Add a variable to a class instance at runtime," Rosetta Code, https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897 (accessed May 18, 2025).
CBE/CSE style
Rosetta Code contributors. Add a variable to a class instance at runtime [Internet]. Rosetta Code; 2024 Jun 30, 14:17 UTC [cited 2025 May 18]. Available from: https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897.
Bluebook style
Add a variable to a class instance at runtime, https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897 (last visited May 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Add a variable to a class instance at runtime --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897", note = "[Online; accessed 18-May-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 = "Add a variable to a class instance at runtime --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Add_a_variable_to_a_class_instance_at_runtime?oldid=365897}", note = "[Online; accessed 18-May-2025]" }