just give answer no need to explain.
Which of the following are members of IEnumerator
Reset
Read
GetEnumerator
What is the Order of Execution of Constructor in Child and Parent Classes when the object of Child class is created?
First Parent and then Child
Child and the Parent
Only Child
Only Parent
What would be the capacity of ArrayList with 1 item added to it.
1
2
4
16
Elements in ArrayList can be accessed using _____________
Only Key
Only Index
Either Key or Index
both Key and Index
Suppose value of the Capacity property of ArrayList Collection is set to 4. What will be the capacity of the Collection on adding fifth element to it?
4
5
8
Runtime Exceptio
Question: Which of the following are members of IEnumerator
Answer: Reset
Question: What is the Order of Execution of Constructor in Child and Parent Classes when the object of Child class is created?
Answer: First Parent and then Child
Question: What would be the capacity of ArrayList with 1 item added to it
Answer: 4
Question: Elements in ArrayList can be accessed using _____________
Answer: Only Index
Question: Suppose value of the Capacity property of ArrayList Collection is set to 4. What will be the capacity of the Collection on adding fifth element to it?
Answer: 8
I hope you got the provided solution. Please do comment if any help needed regarding this solution.
Thank You.
Get Answers For Free
Most questions answered within 1 hours.