mcdougal@tartarus.uchicago.edu (Tom McDougal) (03/02/90)
The THINK Pascal reference manual describes (sort of) an object
type, which is something like a record type with the addition of
"methods," procedures and functions local to the object.
I have used C++ and like OOP, so I would like to figure out
how to use this object type, but the ref. manual doesn't help
me enough. Anyone out there w/ experience w/ THINK Pascal
objects?
Email would be appreciated. Thanks for your attention!
(mcdougal@gargoyle.uchicago.edu)
--
-Tom
1953, First road paved with good intentions.siegel@endor.harvard.edu (Rich Siegel) (03/02/90)
In article <MCDOUGAL.90Mar1120307@tartarus.uchicago.edu> mcdougal@tartarus.uchicago.edu (Tom McDougal) writes: >The THINK Pascal reference manual describes (sort of) an object >type, which is something like a record type with the addition of >"methods," procedures and functions local to the object. The THINK Pascal 3.0 manuals now have a complete OOP tutorial, which describes what objects are and how to use them. ~~~~~~~~~~~~~~~ Rich Siegel Staff Software Developer Symantec Corporation, Language Products Group Internet: siegel@endor.harvard.edu UUCP: ..harvard!endor!siegel "When someone who makes four hundred and fifty dollars an hour wants to tell you something for free, it's a good idea to listen." ~~~~~~~~~~~~~~~