home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / object / 4284 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.1 KB  |  44 lines

  1. Newsgroups: comp.object
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!darwin.sura.net!news.duc.auburn.edu!eng.auburn.edu!henley
  3. From: henley@eng.auburn.edu (James Paul Henley)
  4. Subject: Re: Is Borland the leader in technology?
  5. Message-ID: <henley.921120131853@wilbur.eng.auburn.edu>
  6. Sender: usenet@news.duc.auburn.edu (News Account)
  7. Nntp-Posting-Host: wilbur.eng.auburn.edu
  8. Organization: Auburn University Engineering
  9. References: <1992Nov17.124222.12003@bsu-ucs>
  10. Date: Fri, 20 Nov 1992 19:18:53 GMT
  11. Lines: 31
  12.  
  13. In article <1992Nov17.124222.12003@bsu-ucs> 00skolis@leo.bsuvc.bsu.edu writes:
  14. >Borland claims to be the leader in Object Oriented Programming. Why do
  15. >you feel they can hold this title in concern to the latest in technology?
  16. >I am looking to see what advantages they offer as opposed to other
  17. >companies.
  18.  
  19.  
  20. I would say the Borland is the leader in making Object Oriented Programming
  21. avialable to the masses.  Turbo Pascal, for example, gives a smooth transition
  22. from traditional programming to object oriented programming, and I think has
  23. the easiest learning curve.  I started learning OOPs by taking some programs
  24. in Turbo Pascal, and converting things one by one to the OOP way of doing 
  25. things.  By the time I finished, I realized that it might have been better to
  26. start over from scratch, but I probably never would have attempted that.
  27.  
  28. The similarity between objects and records in Turbo Pascal gives someone with
  29. a Pascal background a jump start in declaring static objects.  Going to 
  30. dynamic objects takes a while to get used to, but even then the transition
  31. to dynamic objects and virtual methods is fairly smooth.  It just takes an
  32. attitude adjustment.
  33.  
  34. The trick, of course, is to make the implementation of objects independent of
  35. the design of objects, even to the point of Language independence, and here
  36. again Borland is going strong with two major Object Oriented Languages for
  37. Windows.  Borland Pascal 7 will allow DLL's to be called from DOS programs,
  38. so they will achieve a degree of operating system independence. 
  39.  
  40. James P. Henley Jr.
  41. Department of Chemical Engineering
  42. Auburn University
  43.  
  44.