Azure Jane Lunatic (Azz) 🌺 (
azurelunatic) wrote2003-03-16 06:24 pm
Mini-report for Demland:
Why Object Oriented is so much better than Structural (5 reasons) 
(1-4 from http://swiki.hfbk-hamburg.de:8888/MusicTechnology/8, 5 from http://www.ercb.com/brief/brief.0097.html)
- Object Oriented designs simulate real-world objects, making them more intuitive to work with.
 - Encapsulation is possible, so they can be accessed in only authorized ways.
 - Cuts down on the if/then statements; objects can deal with a variety of different things without having to be told explicitly what to do with them by the sender.
 - Inheritance. Nice yummy inheritance. I love inheritance. It's got class.
 - Object-oriented programming can be used with any programming language.
 
(1-4 from http://swiki.hfbk-hamburg.de:8888/MusicTechnology/8, 5 from http://www.ercb.com/brief/brief.0097.html)
Re: "any programming language?"