Design
mixin.txt
Associated article: Mixins Without Multiple Inheritance
Tags: Database Embedded Systems Design
Published source code accompanying the article by Joe Strout in which he implements mixins for REALbasic. Also see MIXIN.ZIP
Mixins Without Multiple Inheritance by Joe Strout Listing one Interface PropertyHolder Function PropCount() As Integer Function PropName(index As Integer) As String Function PropValue(index As Integer) As Variant Sub PropValue(index As Integer, assigns newValue As Variant) End Interface ...


