Ivar
2012-08-10 10:14:54 UTC
Hi All
I've just been looking through an old project of mine and had the following
thought.
I have a class object with properties, methods etc
I have a Collection Object to which I add\Delete what ever my class objects
to
I notice in the class code there are public enums Which help a lot when
writing code to change properties etc
I was wondering, If I load 100 class objects to my collection do I have 100
public enums or just the one
I will put the enums in to the collection class
Just wanting to know if the app had to remember 100 enums or just the one
Ivar
I've just been looking through an old project of mine and had the following
thought.
I have a class object with properties, methods etc
I have a Collection Object to which I add\Delete what ever my class objects
to
I notice in the class code there are public enums Which help a lot when
writing code to change properties etc
I was wondering, If I load 100 class objects to my collection do I have 100
public enums or just the one
I will put the enums in to the collection class
Just wanting to know if the app had to remember 100 enums or just the one
Ivar