Pergunta de entrevista da empresa Landacorp

array vs array list ? how two .net languages can work together? how to keep track of a linked list point etc and some general question and some more technical ones like the ones i wrote here.

Resposta da entrevista

Sigiloso

12 de dez. de 2011

1.)array = fixed length array list = can increase the length at run time. have add method 2.) my answer in brief = common type system in clr will take care of it.