Programação com Objectos: Difference between revisions

From Wiki**3

No edit summary
Line 6: Line 6:


* [[Tópicos sobre Programação com Objectos]] (teoria e prática)
* [[Tópicos sobre Programação com Objectos]] (teoria e prática)
= Desenvolvimento em Java e C++ =


== Desenvolvimento em Java ==
== Desenvolvimento em Java ==
Line 21: Line 19:
You may want to read the the quick and dirty guide (use at your risk!):
You may want to read the the quick and dirty guide (use at your risk!):
* [[Quick-and-Dirty Guide to Transforming the Bank Application into your Very Own Project]]
* [[Quick-and-Dirty Guide to Transforming the Bank Application into your Very Own Project]]
== A Few Notes on Unit Testing ==
* [[Unit Testing with JUnit]]


== Desenvolvimento em C++ ==
== Desenvolvimento em C++ ==
Line 30: Line 24:
* [[Tópicos Rápidos sobre C++]]
* [[Tópicos Rápidos sobre C++]]


= Outros Tópicos =
== A Few Notes on Unit Testing ==
 
* [[Unit Testing with JUnit]]


== Exercícios e Problemas ==
== Exercícios e Problemas ==

Revision as of 18:57, 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

Desenvolvimento em Java

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).

You may want to read the the quick and dirty guide (use at your risk!):

Desenvolvimento em C++

A Few Notes on Unit Testing

Exercícios e Problemas

Linguagens de Programação