Comment on Why composition is often better than inheritanceparentComments−Zigurd12yThe Android View subclasses are an interesting example of a deep inheritance hierarchy in a relatively modern design.−twic12yThe Android API is fascinatingly anachronistic. I have been programming Java since 1.0.2, but only recently started working with Android. It's been like stepping through a portal back to a time when we had no idea how to structure software.
Comments
The Android View subclasses are an interesting example of a deep inheritance hierarchy in a relatively modern design.
The Android API is fascinatingly anachronistic. I have been programming Java since 1.0.2, but only recently started working with Android. It's been like stepping through a portal back to a time when we had no idea how to structure software.