Posted by john on Friday, December 4, 2009 at 5:58am.
Object oriented design made as much sense to me as did Ontology in Philosophy. Perhaps they are trying to examine the same thing.
See if this helps: http://en.wikipedia.org/wiki/Object-oriented_design
This is what I did and my instructor said its wrong. How do I fix it?
Driving a Car
Main Module
Class driving a car (door, seatBelt, mirrors, ignition, brake, gear, accelerator)
Sit in the driver seat
With car
End program
Sitting in the driver’s seat
Close the door
Put seat belt on
Check mirrors
Put key in the ignition
Put foot on brake pedal
Put in gear
Place foot on the accelerator
End Sitting in the driver’s seat program
With Car
Set close door = true
Set seatBelt on = true
Call mirror.adjust()
Call ignition.key()
Call brake.press()
Call gear.engage()
Call accelerator.place()
End With Car Program
Related Questions
computer science - to write a report on Object-Oriented Systems. The report ...
microeconomics problems - The GreenAcres mowing company wants to buy the new ...
Assistance Dogs - Please check my answer thanks:) After a dog learns to perform ...
Radical and Rational exponents - Estimate how long it takes you to complete a ...
intro to software development - I have aa assignment that asks to identify three...
Information Technology - In the second column, list at least three processes (...
Computer Science(python) - Service Price Basic Lawn Mowing $20 Trimming and ...
Programming - Understanding object-oriented methodologies is often difficult. ...
it 210 computer programming - I need to generate an object oriented design for a...
systems analysis task - 1.Jesse wants to see a context diagram and a diagram 0 ...
For Further Reading