Re: What's OOP?



wolfgang kern wrote:
most readers here know me as the very last HEX-coder anyway,
so don't wonder my question: what's all about this OOP-stuff?

Just hierarchical jump tables used with hierarchical data structures. Or, in FP terms, it's a set of functions closed over the same data:


http://www-128.ibm.com/developerworks/linux/library/l-highfunc.html

Jon
----
Learn to program using Linux assembly language
http://www.cafeshops.com/bartlettpublish.8640017
.



Relevant Pages

  • Re: C directives
    ... This way when someone adds a variable definition, they only have to add it into a single header file, rather than also having to add it to a regular source file. ... Jon ... Learn to program using Linux assembly language ...
    (comp.lang.c)
  • Re: Good IDE for C/C++
    ... Bloodshed's Dev-CPP is also a good environment. ... Jon ... Learn to program using Linux assembly language ...
    (comp.lang.c)
  • Re: Simplest C++ Line Drawing
    ... > What's the simplest way to pop open a window and do simple line drawing ... Jon ... Learn to program using Linux assembly language ...
    (comp.os.linux.development.apps)
  • Re: Are foo[bar] = "" (at declaration) and memset (foo, , bar) the same?
    ... memset (foo, '\0', bar); ... Jon ... Learn to program using Linux assembly language ...
    (comp.lang.c)
  • Re: Scheme in embedded systems?
    ... I don't think it has TCP/IP, ... TinyScheme doesn't even have GC. ... Jon ... Learn to program using Linux assembly language ...
    (comp.lang.scheme)