Mudanças entre as edições de "Orientação a Objeto"

De WikiLICC
Ir para: navegação, pesquisa
m
m
Linha 1: Linha 1:
 +
 +
Conceitos
 +
;Class:
 +
;Object:
 +
;Instance variable:
 +
;Method:
 +
;Superclass x subclass:
 +
;Overriding method:
 +
;Inheritance:
 +
 +
 +
 +
;Polimorfismo em F90:
 +
* http://www.sesp.cse.clrc.ac.uk/Publications/oo_fortran/node23.html#app_polymorphism
 +
 +
 
Alguns links:
 
Alguns links:
  
 
* http://www.sesp.cse.clrc.ac.uk/Publications/oo_fortran/oo_fortran.html
 
* http://www.sesp.cse.clrc.ac.uk/Publications/oo_fortran/oo_fortran.html
 
* http://www.sesp.cse.clrc.ac.uk/Publications/felib90_design/design/
 
* http://www.sesp.cse.clrc.ac.uk/Publications/felib90_design/design/
;Polimorfismo em F90:
 
* http://www.sesp.cse.clrc.ac.uk/Publications/oo_fortran/node23.html#app_polymorphism
 

Edição das 23h25min de 10 de maio de 2011

Conceitos

Class
Object
Instance variable
Method
Superclass x subclass
Overriding method
Inheritance


Polimorfismo em F90


Alguns links: