User profile: Dvir Arazi
User info |
User name: | Dvir Arazi |
History |
Joined: | |
Number of posts: | 9 |
Latest posts: |
Is there a way to share a variable between instances of a class, but not between instances of the class containing it? Thanks for the answer, though the static keyword is not what I'm looking for.
Using this system, eac...
Is there a way to share a variable between instances of a class, but not between instances of the class containing it? I have a class called Monster that inherits from class Entity, which has a variable called size. I w...
Is there a way to share a variable between instances of a class, but not between instances of the class containing it? keskiverto,
Doesn't 'House' lack access to 'house_color' that way though? What if I want to add a fu...
Is there a way to share a variable between instances of a class, but not between instances of the class containing it? It wouldn't be accessible to their instances, but it would be accessible to the classes themselves, ...
Is there a way to share a variable between instances of a class, but not between instances of the class containing it? Let's say I have a class named 'City' and a nested class inside of it called 'House', and I want tha...
|
This user does not accept Private Messages