Talk:Inheritance (object-oriented programming): Difference between revisions

Content deleted Content added
Mintguy (talk | contribs)
mNo edit summary
Mintguy (talk | contribs)
mNo edit summary
Line 77:
 
:::::That's not inheritance that's composition and delegation. That is calling a subroutine, by another name. [[User:Mintguy|Mintguy]] 03:23 23 May 2003 (UTC)
 
:::::Modern versions of LISP ([[Common LISP Object System]]) adopt OO concepts of classes and inheritance. Fortran 90 has simple classes but it doesn't possess inheritance, it has to be mimicked. I believe a proposed object oriented version of FORTRAN is in development. [[User:Mintguy|Mintguy]]