[DiscordArchive] !?
[DiscordArchive] !?
Archived author: Skarn • Posted: 2018-06-03T20:31:07.375000+00:00
Original source
In Python, for example, the class itself is an object too, as well as its instances.
Archived author: Kavligula • Posted: 2018-06-03T20:31:20.829000+00:00
Original source
A class is useless without instantiation, though
Archived author: Skarn • Posted: 2018-06-03T20:31:40.452000+00:00
Original source
In C++ no, in Python it is .
Archived author: Skarn • Posted: 2018-06-03T20:32:10.196000+00:00
Original source
wait
Archived author: Kavligula • Posted: 2018-06-03T20:32:10.907000+00:00
Original source
I mean I can define a class and NEVER use it and then sure you don't need to instantiate it
Archived author: Skarn • Posted: 2018-06-03T20:32:15.398000+00:00
Original source
fucking english reverse negative
Archived author: Kavligula • Posted: 2018-06-03T20:32:17.693000+00:00
Original source
But even static variables, by the nature of you using them
Archived author: Skarn • Posted: 2018-06-03T20:32:21.997000+00:00
Original source
In Python it is useful, in C++ it is not.
Archived author: Kavligula • Posted: 2018-06-03T20:32:29.116000+00:00
Original source
Instantiates the object
Archived author: Skarn • Posted: 2018-06-03T20:32:51.772000+00:00
Original source
In Python you can use the class without instantiation