MAC 441/5714 - Tópicos de Programação Orientada a Objetos

Aula 4 - 13/03/2008

Introdução a Smalltalk

"Smalltalk is by far the best programming language available. The Family of C programming languages has been evolving toward Smalltalk-like functionality for the past 25 years. Java is the most Smalltalk-like of the C family, removing the direct pointer manipulation of C++ and adding fully integrated garbage collection. Smalltalk provides a simpler syntax, consistency between class and instance behavior, much higher productivity and easier maintainability. This makes it the logical next choice for current Java developers and the logical choice for businesses interested in reducing their total cost of ownership for software systems." (Allen B. Davis)


Um Pouco do Ambiente de Desenvolvimento

Nomes para Métodos e outros Elementos

Atributos

Variáveis Locais

Valor Devolvido

O que é Importante: Efeito Colateral ou Valor Devolvido

Exercício




Bibliografia



Próxima Aula
Aula Anterior
Página de MAC 441/5714
Página do Fabio
Página do DCC