[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Complete beginner in programming

Steve Callaway

3/31/2005 6:47:00 AM

Roger,

OO is a conceptual thing and probably isn't the best
place to start until you have the basics. The trick is
to learn the elements of standard programming first:
variables and their scope, loops and conditional
expressions, function calls, etc. Once you are fairly
confident you can handle all this stuff, the switch
from standard functional programming to OO is not big.


It is merely applying the stuff you already know in a
different way so that your code is more open to re-use
and is easier to manage and maintain. The on-cost of
this however is that you have to acq


--- Roger Grosswiler <roger@gwch.net> wrote:
> Hi,
>
> i am a complete beginner in programming, i can
> handle some lines in perl. Does anybody know a EASY
> source to learn
> oo-programming?
>
> Roger
>
>
>