Hailing from an IBM Mainframe environment running against a hierachical database, I have not yet had the pleasure of getting my head around OOP.
From all the reading I've done it seems to me that the ActiveX implementation of OOP by Microsoft is suspiciously like a bunch of subroutines that would be called from a 3GL language like Cobol.
i.e some reusable code that you feed parameters to perform a set of tasks.
So what is the real difference between an object and a subroutine.
From all the reading I've done it seems to me that the ActiveX implementation of OOP by Microsoft is suspiciously like a bunch of subroutines that would be called from a 3GL language like Cobol.
i.e some reusable code that you feed parameters to perform a set of tasks.
So what is the real difference between an object and a subroutine.