Re: C++ to Fortran

Liste des GroupesRevenir à cl fortran 
Sujet : Re: C++ to Fortran
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.fortran
Date : 30. Aug 2023, 18:30:32
Autres entêtes
Organisation : Stefan Ram
Message-ID : <COBOL-20230830182720@ram.dialup.fu-berlin.de>
References : 1 2 3 4 5 6 7 8
gah4 <gah4@u.washington.edu> writes:
I don't know the history of OO, and especially when the
actual term originated.

  While Simula actually implemented many ideas of OOP,
  the term "object-oriented" was coined by Alan Kay.

  Since C++ was mentioned in this discussion, I have to
  quote Alan Kay:

|I invented the term "object-oriented" and I can tell you I did
|not have C++ in mind.

  .

It seems that some of the OO ideas might have originated in COBOL,
and slowly spread until they got named, into other languages.

  COBOL indeed is know for its "computerization of business records"
  (Sebasta). But this is not OOP.

  Crucial parts of OOP that are still missing from records are:

  - abstract data types, that allow to hide implementation details;

  - polymorphism, that allows abstract calls (i.e., when the call
    is written, the type of the object is not specified); and

  - code organization that make it easy to add new types (while
    procedural programming makes it easy to add new procedures).



Date Sujet#  Auteur
30 Aug 23 o Re: C++ to Fortran1Stefan Ram

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal