Is list an array?



Is list an array?..

Answer / Paritosh Kumar

No, a List<T> is not technically an array. However, it does inherit from the IList<T> interface and behaves similarly to an array in many ways.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are dynamic data structures?

3 Answers  


State the rules to be followed during infix to prefix conversions?

1 Answers  


Which is faster quick sort or merge sort?

1 Answers  


What data structure does a binary tree degenerate?

1 Answers  


What is the difference between Strings and Arrays?

1 Answers  


How do you define a set?

1 Answers  


What are the average and worst time complexity in a sorted binary tree is

1 Answers   TCS,


What is list and types of list?

1 Answers  


What is difference between set and map?

1 Answers  


What is the purpose of sorting?

1 Answers  


Is file a data structure?

1 Answers  


Is null allowed in list?

1 Answers  


Categories