Tony Johansson wrote:[color=blue]
>
> Hello!
>
> A friend of mine asked me the following question that is quite difficult to
> answer. He use only C and can't find any problem with it.
> Which problem is there when not using an OOP in solving problem compare to
> when you using one OOP.[/color]
Before you try top answer that question you should try to answer
another question first.
What problem can be solved in a high level language that cannot be
solved by programming in assembler?
Or another one:
What problem can be solved in assembler that cannot be solved by programming
the CPU with hex opcodes?
The thing is: OOP, High level languages, assembler, ... are not concepts
that solve real world problems. They are concepts that help the programmer
to get more productive by organizing the source code and taking away the
error prone, boring, repeating steps when creating a program.
--
Karl Heinz Buchegger
kbuchegg@gascad.at