I'm getting my feet wet with objects and started reading Head First Design Patterns after reading http://www.cpearson.com/excel/Implements.aspx
The sorting example showing the value of interfaces from cpearson.com worked, but trying to follow along in the first chapter of the design patterns book did not. I know VBA is missing inheritance, but can anyone offer some kind of Rosetta Stone or translator or a what to watch out for when trying to adapt a Java class / interface and objects examples into VBA?
Thanks for bearing with me
The sorting example showing the value of interfaces from cpearson.com worked, but trying to follow along in the first chapter of the design patterns book did not. I know VBA is missing inheritance, but can anyone offer some kind of Rosetta Stone or translator or a what to watch out for when trying to adapt a Java class / interface and objects examples into VBA?
Thanks for bearing with me