Search:

Type: Posts; User: kenster421

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    2,815

    Re: ArrayList (Inheritance)

    While I will concede that the case of a Tree is a good reason to employ this, I cannot think of any reason that a Graph should contain a collection of Graphs. If this is the functionality needed, use...
  2. Replies
    4
    Views
    2,815

    Re: ArrayList (Inheritance)

    Maybe I'm a stickler for OOP, but I'll ask anyway.

    Why is there a collection of Things inside of class Thing? It's like putting a collection of Computers inside of class Computer. It's possible I...
Results 1 to 2 of 2