< previous page page_301 next page >

Page 301
Hour 19
Linked Lists
In the previous hours, you learned about inheritance, polymorphism, and abstract data types. You also learned about arrays. Now, you will learn to improve on the array utilizing the fundamentals of object-oriented programming: inheritance, polymorphism, and encapsulation. In this hour you will learn
What a linked list is
How to create a linked list
How to encapsulate functionality through inheritance
Linked Lists and Other Structures
Arrays are much like Tupperware. They are great containers, but they are of a fixed size. If you pick a container that is too large, you waste space in your storage area. If you pick one that is too small, its contents spill all over and you have a big mess.

 
< previous page page_301 next page >

If you like this book, buy it!