[Tutor] Structure Theorem and OOProgramming

Sean 'Shaleh' Perry shalehperry@attbi.com
Mon, 27 May 2002 00:20:55 -0700 (PDT)


On 27-May-2002 Kojo Idrissa wrote:
> Ok, here's question about approaches to programming.
> 
> I've read a bit about the Structured Programming Language Paradigm/ 
> Structure Theorem (Any computer program can be built up by combing three 
> fundamental constructs [Sequence/Selection/Repetition] in various 
> ways).  It seems like a good way to introduce a couple of friends who are 
> new to programming to the idea of how to program.
> 

well that simplification is true.  Even with objects you have to keep track of
them, choose one to deal with, etc.