Mudanças entre as edições de "Orientação a Objeto"
De WikiLICC
m |
m |
||
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
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/ | ||
− | + | ||
− | * http://www. | + | |
+ | * http://www.codeproject.com/Articles/22769/Introduction-to-Object-Oriented-Programming-Concep |
Edição atual tal como às 12h00min de 11 de junho de 2012
Conceitos
- Class
- Object
- Instance variable
- Method
- Superclass x subclass
- Overriding method
- Inheritance
- Polimorfismo em F90
Alguns links:
- http://www.sesp.cse.clrc.ac.uk/Publications/oo_fortran/oo_fortran.html
- http://www.sesp.cse.clrc.ac.uk/Publications/felib90_design/design/