Programação com Objectos: Difference between revisions

From Wiki**3

Line 39: Line 39:
* [http://php.net/ PHP]
* [http://php.net/ PHP]
** [http://www.php.net/manual/en/ Manual de PHP] [http://www.php.net/manual/en/funcref.php Manual de Referência (funções)]
** [http://www.php.net/manual/en/ Manual de PHP] [http://www.php.net/manual/en/funcref.php Manual de Referência (funções)]
== Ver Também ==
* [[Tópicos Rápidos sobre C++]]


[[category:PO]]
[[category:PO]]
[[category:Ensino]]
[[category:Ensino]]
[[en:Object-Oriented Programming]]
[[en:Object-Oriented Programming]]

Revision as of 15:33, 24 October 2010

Programação com Objectos
Introduction
Creation and Destruction
Inheritance & Composition
Abstraction & Polymorphism
Code Organization
Java Topics
Inner Classes
Enumerations
Data Structures
Exceptions
Input/Output
RTTI
Other Topics
JUnit Tests
UML Topics
Design Patterns
"Simple" Factory
Composite & Visitor
Command
Strategy & State
Template Method
Observer
Abstract Factory
Decorator & Adapter
Façade (aka Facade)

Tópicos Teóricos

Tópicos o Desenvolvimento em Java e C++

Aplicação exemplo (aplicação bancária em Java) para apoio à construção do projecto (these are the 2010/2011 editions):

Each package includes a makefile to compile and build the corresponding JAR archive. Note that the makefiles assume that all JAR dependencies reside in /usr/share/java (linux installation -- other environments may, and indeed should work, but are not covered in this text).

Exercícios e Problemas

A Few Notes on Unit Testing

Linguagens de Programação