Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • That was my argument: The new child is an instantiated object of class Human which receives some DNA and methods for the classes and learns as it goes. He insisted that it worked better if the child inherited from it's parents, and these parents would have inherited from theirs and so on. Commented Nov 28, 2008 at 15:56
  • I guess you are both "overloading" the word "inherit". Your statement that "new being would 'inherit' from that class and get some instance variables..." implies that you thought he child is a separate class that is inheriting from a parent class.. You can't define a new class for each generation. Commented Nov 28, 2008 at 16:08