[fpc-pascal]Why Oop?
Chris Moody
moodsoft at sbcglobal.net
Thu Feb 21 19:32:55 CET 2002
Hi GJ,
You mainly need OOP if your writing a program that uses any kind of Windowed
environment. While it would be theoritically possible to write structural
code that would work in a Window type enviroment, it wouldn't run all that
well.
Chris
----- Original Message -----
From: "gj bart" <bronco at olagrande.net>
To: <fpc-pascal at deadlock.et.tudelft.nl>
Sent: Thursday, February 21, 2002 4:30 PM
Subject: [fpc-pascal]Why Oop?
>
>
> I've yet to figure out why Object-Oriented programming is so
> important. If I want to, say, write a program that simulates the game of
> blackjack, I just need the data, some shuffle routines, some decision
> tables, etc. All this stuff about making objects and ancestors just seems
> superfluous. If I am to use the routines later well, isn't that what a
> library is for?
>
> Obviously I'm missing something but I'm not clear what it is. Aside
> from perhaps helping coordinate projects involving several individuals,
> what's the advantage?
>
> gj
>
>
>
>
>
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list