Arrays and Collection
Write the difference between Arrays and Collection?
Expert
Array :
It is required to specify the size of an array at the time of its declaration. It cannot be resized dynamically. Members of an array should be of the homogenous data type.
Collection :
Size of collection can be adjusted dynamically, as per the requirement of the user. It do not have fixed size. Collection can have elements of different types.
Explain abstract classes and List the different characteristics of an abstract class?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
Illustrate in .NET about different types of directives?
How can a text box be enforced to show characters in the uppercase?
Distinguish between read-only and constants variables which is used in the programs?
State the basic features of OOPs.
Illustrate the use of CommandBuilder class?
Specify the syntax which is be used to inherit from a class in C#?
18,76,764
1925890 Asked
3,689
Active Tutors
1460636
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!