M
Mike Fechner
Guest
It does not sound that bad to me.... this would require the USING METHOD PUBLIC LOGICAL Compare (poOtherProduct AS IProcuct): END METHOD . otherwise you'd have to code: METHOD PUBLIC LOGICAL Compare (poOtherProduct AS Inventory.IProduct): END METHOD. What is really bad coding practice IMHO is the lack of a master package (CompanyName.Inventory.IProvduct or com.companyname.Inventory.IProduct)
Continue reading...
Continue reading...