Tagged Questions
3
votes
2answers
1k views
What is the difference between an Abstract Class and a Mixin?
I just found an article on a framework in Java that apparently allows it to support Mixins and something called Composite Oriented Programming (which for all I know might even be the same thing...) ...
0
votes
1answer
40 views
Serializing Composed Objects
I see Composite Oriented Programming and DCI as interesting techniques
to use within a rest framework, but have run into an issue.
Is it possible to serialize a mixin object and get all it's
...