1 2 3 4 5 6 7 8 9 10 11 12

OOP and Client/Server computing


Each object is an independent entity that communicates with
other objects by sending messages.
(To: Sort-array, Message: sort this array of integers.) This
maps very nicely onto Client/Server computing which
has client programs (objects) on various machines
interacting with server programs (objects) on other
machines via some kind of protocol (messages).


OOP and the Job Market
Microsoft, Borland, Word Perfect, and many other large
programming firms are now insisting on object oriented
programming experience, usually in C++, for all their
programming positions. This applies equally at Nortel
(BNR), Corel, IBM and others.

March 2,1998

Page 5

C201 TAM/AGS