English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Discuss the features of OOP that are used to represent real world entities and the relationship among them...
i dont need an answer just some discussion on it ok

2007-01-04 04:29:28 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

http://www.dougv.com/blog/2006/12/22/objects-classes-explained-in-very-simple-terms/

2007-01-04 06:19:04 · answer #1 · answered by Anonymous · 0 0

I don't know what you are taking about in specific but I can try to participate in this discussion.

OOP is a good thing if done right. The Mars rovers were programmed using OOP. The benefit is that you can have one team work on one object and another do another object. That's how the rover was done.

There is a bad part though. For instance the Feet vs. Meter difference when the US programmers used Feet and the European programmers used Meters as a mesure of distance and that caused the rover to crash.

In reality there are more glitches if OOP is used but the benefits ought weigh the problems.

Think about Windows. Can you image in one or just a group of programmers tried to build the whole thing? It would take forever. With OOP One team does the interface and one does the drivers and so one and so forth.

2007-01-04 04:34:51 · answer #2 · answered by aren040 2 · 1 0

Basically, Object Oriented Programming is supposed to be closer to the way we see things. For example, when you look at a friend you don't see eyes, liver, bones, blood, etc...you see an object called a friend. Friend is a subset of the object Person. All Friends are Persons but not all persons are Friends. OOP uses that same concept in coding modules.

2007-01-04 04:39:20 · answer #3 · answered by rod 6 · 0 0

Check the information on the URL below.

2007-01-04 04:51:33 · answer #4 · answered by griz803 5 · 0 0

fedest.com, questions and answers