Quantcast

Forums | MacLife

You are not logged in.

#1 2003-01-28 1:52 am

iopossum
Pope of England
From: Planet of the... Wait a minute
Registered: 2002-07-16
Posts: 2734
Website

IB Essay: Inheritance

Alright, I finally decided on a topic for my IB Essay, my title is:

Objective-C vs. C++: An Analysis of single and multiple inheritance.

Basically I will write a program in two ways, one using single (and objective-c) and the other using multiple (and C++).  Hopefully I can demonstrate that multiple is easier, makes more sense design-wise, and and is more reusable.

I was wodnering if any of you know of any good books or websites that discuss the evolution of of inheritance and that sort of thing (for example I know C++ didn't have multiple inheritance initially but then was added, but I need somewhere that explicitly states this so I can cite it).  Also, what would be great is places that say "Multiple inheritance was left out of objetive-c because...".  That would be perfect.  Any help is greatly appreciated, I know this stuff it kinda hard to find since most places are all "If you want to program this then", and this is more history and design.

Offline

 

#2 2003-01-28 8:36 am

Fracai
Evacipate
From: St. Elsewhere
Registered: 2000-05-25
Posts: 2837

Re: IB Essay: Inheritance

well, multiple inheritance was left out because Obj C is more object oriented than c++ is.  Everything I've ever heard is that multiple inheritance causes problems.  conflicting/incompatible data structures and methods.  REDUCED reusability (you have to keep track of multiple sources of inheritance rather than one)

anyone else?


   i am jack's amusing sig file
        http://alum.wpi.edu/~arno/i/s.png
Satellite Lot :: Second Summer

Offline

 

#3 2003-01-28 12:27 pm

rolocroz
Member
From: Nowhere
Registered: 2000-12-21
Posts: 822

Re: IB Essay: Inheritance

How long does that essay have to be?


In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.

Offline

 

#4 2003-01-28 7:44 pm

iopossum
Pope of England
From: Planet of the... Wait a minute
Registered: 2002-07-16
Posts: 2734
Website

Re: IB Essay: Inheritance

4000 words

Any code included seperately in the appendix.  Every line of code in the paper itself counts as half a line of text.

Offline

 

#5 2003-01-28 7:50 pm

Tallgeese
Sternly Advising
From: Pool Party
Registered: 2000-10-17
Posts: 34102

Re: IB Essay: Inheritance

http://members.cox.net/registered_user/maxes/asleep.gif

nothing like C to make me feel comatose


I still believe in liberalism today as much as I ever did, but, oh, there was a happy time when I believed in liberals.

Offline

 

Board footer

Powered by PunBB 1.2.6
© Copyright 2002–2005 Rickard Andersson