Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

OO Jokes

Thread Tools
 
Search this Thread
 
Old 17 May 2002, 09:14 AM
  #1  
Scotty Boy
Scooby Regular
Thread Starter
 
Scotty Boy's Avatar
 
Join Date: Mar 2002
Location: Herts
Posts: 327
Likes: 0
Received 0 Likes on 0 Posts
Wink

some classic OO jokes

================================================== =========

Question: What is the difference between an object methodologist and a terrorist?
Answer: You can negotiate with the terrorist.

================================================== =========

And, you can always start talking about private parts in C++.

================================================== =========

"In C we had to code our own bugs. In C++ we can inherit them."

================================================== =========

Once upon a time, in a kingdom not far from here, a king summoned two
of his advisors for a test. He showed them both a shiny metal box
with two slots in the top, a control ****, and a lever. "What do
you think this is?"

One advisor, an Electrical Engineer, answered first. "It is a
toaster," he said. The king asked, "How would you design an embedded
computer for it?" The advisor: "Using a four-bit microcontroller, I
would write a simple program that reads the darkness **** and
quantifies its position to one of 16 shades of darkness, from snow
white to coal black. The program would use that darkness level as
the index to a 16-element table of initial timer values. Then it would
turn on the heating elements and start the timer with the initial
value selected from the table. At the end of the time delay, it
would turn off the heat and pop up the toast. Come back next week, and
I'll show you a working prototype."

The second advisor, a software developer, immediately recognized the
danger of such short-sighted thinking. He said, "Toasters don't
just turn bread into toast, they are also used to warm frozen waffles.
What you see before you is really a breakfast food cooker. As the
subjects of your kingdom become more sophisticated, they will demand
more capabilities. They will need a breakfast food cooker that can
also cook sausage, fry bacon, and make scrambled eggs. A toaster
that only makes toast will soon be obsolete. If we don't look to the
future, we will have to completely redesign the toaster in just a
few years."

"With this in mind, we can formulate a more intelligent solution to
the problem. First, create a class of breakfast foods.
Specialize this class into subclasses: grains, pork, and poultry.
The specialization process should be repeated with grains divided into
toast, muffins, pancakes, and waffles; pork divided into sausage, links,
and bacon; and poultry divided into scrambled eggs, hard- boiled eggs,
poached eggs, fried eggs, and various omelette classes."

"The ham and cheese omelette class is worth special attention because
it must inherit characteristics from the pork, dairy, and poultry
classes. Thus, we see that the problem cannot be properly solved
without multiple inheritance. At run time, the program must create
the proper object and send a message to the object that says, 'Cook
yourself.' The semantics of this message depend, of course, on the
kind of object, so they have a different meaning to a piece of toast
than to scrambled eggs."

"Reviewing the process so far, we see that the analysis phase has
revealed that the primary requirement is to cook any kind of
breakfast food. In the design phase, we have discovered some derived
requirements. Specifically, we need an object-oriented language
with multiple inheritance. Of course, users don't want the eggs to get
cold while the bacon is frying, so concurrent processing is
required, too."

"We must not forget the user interface. The lever that lowers the
food lacks versatility, and the darkness **** is confusing. Users
won't buy the product unless it has a user-friendly, graphical
interface. When the breakfast cooker is plugged in, users should
see a cowboy boot on the screen. Users click on it, and the message
'Booting UNIX v.8.3' appears on the screen. (UNIX 8.3 should be out
by the time the product gets to the market.) Users can pull down a
menu and click on the foods they want to cook."

"Having made the wise decision of specifying the software first in
the design phase, all that remains is to pick an adequate hardware
platform for the implementation phase. An Intel Pentium with 48MB
of memory, a 1.2GB hard disk, and a SVGA monitor should be sufficient.
If you select a multitasking, object oriented language that supports
multiple inheritance and has a built-in GUI, writing the program
will be a snap."

The king wisely had the software developer beheaded, and they all
lived happily ever after.

================================================== ============

The reuse of some object-oriented code has caused tactical headaches for Australia's armed forces. As virtual reality simulators assume larger roles in helicopter combat training, programmers have gone to great lengths to increase the realism of their scenarios, including detailed landscapes and, in the case of the Northern Territory's Operation Phoenix, herds of kangaroos (since disturbed animals might well give away a helicopter's position).

The head of the Defence Science & Technology Organisation's Land Operations/Simulation division reportedly instructed developers to model the local marsupials' movements and reactions to helicopters. Being efficient programmers, they just re-appropriated some code originally used to model infantry detachment reactions under the same stimuli, changed the mapped icon from a soldier to a kangaroo, and increased the figures' speed of movement.

Eager to demonstrate their flying skills for some visiting American pilots, the hotshot Aussies "buzzed" the virtual kangaroos in low flight during a simulation. The kangaroos scattered, as predicted, and the visiting Americans nodded appreciatively... then did a double-take as the kangaroos reappeared from behind a hill and launched a barrage of Stinger missiles at the hapless helicopter. (Apparently the programmers had forgotten to remove that part of the infantry coding.)

The lesson? Objects are defined with certain attributes, and any new object defined in terms of an old one inherits all the attributes. The embarrassed programmers had learned to be careful when reusing object-oriented code, and the Yanks left with a newfound respect for Australian wildlife.

Simulator supervisors report that pilots from that point onward have strictly avoided kangaroos, just as they were meant to.

From June 15, 1999 Defence Science and Technology Organisation Lecture Series, Melbourne, Australia, and staff reports

================================================== ==============

everything is an object and they are only interested in how something looks, the way it behaves and how to manipulate it. - Dr. Vaughn

================================================== ================

What is the difference between Object Oriented Programming and a project funded by the National Endowment for the Arts?
An NEA project is the art of the state.

================================================== ================
Old 17 May 2002, 09:44 AM
  #2  
rik1471
Scooby Regular
 
rik1471's Avatar
 
Join Date: Nov 2001
Posts: 4,788
Likes: 0
Received 0 Likes on 0 Posts
Post

Old 17 May 2002, 09:50 AM
  #3  
MarkO
Scooby Regular
 
MarkO's Avatar
 
Join Date: Oct 1998
Location: London
Posts: 4,891
Likes: 0
Received 0 Likes on 0 Posts
Wink

A tad geeky, but amusing all the same.
Old 17 May 2002, 10:42 AM
  #4  
DavidRB
Scooby Regular
 
DavidRB's Avatar
 
Join Date: Apr 1999
Posts: 1,335
Likes: 0
Received 0 Likes on 0 Posts
Wink

Question: What is the difference between an object methodologist and a terrorist?
Answer: You can negotiate with the terrorist.
You have no idea how true that is!
Old 17 May 2002, 11:20 AM
  #5  
DazV
Scooby Regular
 
DazV's Avatar
 
Join Date: Jun 2000
Posts: 3,783
Likes: 0
Received 0 Likes on 0 Posts
Post

excellent
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
schuey
Wheels, Tyres & Brakes
11
02 September 2000 05:54 PM
Rum*
ScoobyNet General
2
05 May 2000 03:35 PM
Alan
ScoobyNet General
5
06 March 2000 09:11 PM



Quick Reply: OO Jokes



All times are GMT +1. The time now is 09:57 AM.