Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
136 views

Practice for modeling class - multiple container relationship

I have a class that could: Have multiple types of containers Have multiple types of implementations and what I did to model so far is: public interface ChildClass { Container getContainer(); ...
Hasan Can Saral's user avatar