Mostly for writing a class to handle linked lists once and only once and defining the pointers as
Code:
---------
Object data = new *derived class here*
---------
Polymorphism would handle the rest, but wouldn't that be considered late binding and would it come with a performance toll?
Read More...
No comments:
Post a Comment