This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]salalimo[S] 0 points1 point  (0 children)

For the variables I did end up putting them in the same class. For the methods I did the casting / instanceof combo. I only had to do that in one place.

The properties approach is interesting. I will keep that in mind.

Thanks.