|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|