Re: Sharing an instance of an object across classes

Tech-Archive recommends: Fix windows errors by optimizing your registry



Thanks for your response, Cor.

You're right, OO is one big thing to me. I don't know enough about it to
break it out into additional descriptive letters.

re: It is nicely done and still it is a hell to do as you are used to .Net
programming languages.
You mean converting an application following structured programming methods
to one following OO(x) methods is a pain because you have to do all of the
object analysis?
I thought people rewrote those things from scratch instead of trying to do a
conversion.

I'd like to understand when you say:
In OOP you create small methods which can be seen on them self and as you
use them more by making classes of them.

but I don't. Can you say that in a different way?

Are you talking about methods written independently of classes which provide
functions independent of the type of their caller?

Thanks again,

-Beth

"Cor Ligthert[MVP]" wrote:

Beth,

Don't mix up OO and OOP, OOP is to be able to use small memory with tons of
classes.

At the moment I am busy with doing some corrections on a VB6 program that
was made by others 8 years ago. It is nicely done and still it is a hell to
do as you are used to .Net programming languages.

In OOP you create small methods which can be seen on them self and as you
use them more by making classes of them.
Try it, add the end you will think, how could I ever do it on the classic
way.

I was in past a devoted follower of Dijkstra, but that was in the time that
there were no PC's, mobiles, Internet and more of that stuff.

Cor
.



Relevant Pages

  • Re: Advice on programming language, Not Trolling.
    ... underlying principles and mechanisms by which programming languages ... relational qualities. ... OOP gave me the sense that things acted internally ... I was happy to read that learning different languages is not overly ...
    (rec.games.roguelike.development)
  • Re: Python syntax in Lisp and Scheme
    ... > Many programming languages require you to build a model upfront, ... > This is especially one of the downsides of OOP - you need to build a ... I don't think that's a downside of OOP itself, ... your class hierarchy once you've started on it. ...
    (comp.lang.python)
  • Re: Python syntax in Lisp and Scheme
    ... > Many programming languages require you to build a model upfront, ... > This is especially one of the downsides of OOP - you need to build a ... I don't think that's a downside of OOP itself, ... your class hierarchy once you've started on it. ...
    (comp.lang.lisp)
  • Re: Evolution of PL/I
    ... OOP is exactly the right thing ... in some implementations. ... Digital Research's PL/I sub-subset G implementation on 8080 and x86 PC platforms outperformed every other language available at the time for PCs. ... The programming languages, software development ...
    (comp.lang.pl1)