| * not in alphabetical order, to
find a term goto "FIND on this page in menu bar" |
| OOP
Object-oriented programming
|
A
method of computer programming where items of related data together
with routines
associated with it are treated as a single 'object' or item in the
program |
| OLE
Object linking and embedding
|
| A data
exchange technique used in
Microsoft's Windows. An 'object' in this context is any piece of
information produced in one program which you want to use in another
program |
| ABEND
Abnormal End |
| A
programmer's
garbospeak for a crash. Normally spoken in capital letters. |
| MASM
Macro ASseMbler |
| Microsoft's
quirky and unstable assembly language tool that was
nevertheless very popular for producing assembly programs |
| MFC
Microsoft Foundation Class |
A
programming class library released by Microsoft for
making programming Windows applications in C++ somewhat easier. |
| MOO
MUD Multi Object Oriented |
| A
Multi-User Dungeon which is based on object-oriented concepts rather
than procedural ones |
| Assembly |
| programming
language. asgembly
Ig the language closest to the level of the processor Itself. It gives
total control of the machine |
|