April 22nd, 2019
Programming Tips: Why Array Doesn't Have 'Add' Method?
When we initiate an Array we have to declare the size of the array. We cannot extend the size of an existing array, so Add method doesn’t have any sense. Right? Check our programming tips and learn why Array doesn't have 'add' method.