Tuesday, 29 March 2016

ifferences between Array and ArrayList in C#?

  • Array stores the values or elements of same data type but arraylist stores values of different datatypes.
  • Arrays will use the fixed length but arraylist does not uses fixed length like array.

No comments:

Post a Comment