6- The Collection Interface

9:35 2 Altaveus 2 Capítols 221 segments

Capítols

  1. 0:03

    The next interface we're going to talk about is the collection interface, which represents an object that acts as a collection or a container for other objects. What are the operations that we need to work with a collection? We should be ab…

  2. 5:06

    As you can see, this method has three forms or three overloads. If you don't pass any arguments here, this will return an object array. So we can store it in an object array. So every item in this array is going to be an instance of the obj…