6- The Collection Interface
9:35
2 _Gözleg
2 Faýl
221 segmentler
_Gözleg
Faýl
-
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…
-
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…