Sorting the elements of the array in descending order - C#.NET

Explain how to sort the elements of the array in descending order.

- You can do so by calling Sort() and then Reverse() methods.
- These methods are used to sort the elements in a one dimensional array.
- These methods provide simple way to sort the elements in an array.
System.String vs. System.StringBuilder classes - C#.NET
C#.NET System.String vs. System.StringBuilder classes - System.StringBuilder was designed with the purpose of having a mutable string...
C#.NET protected internal
C#.NET protected internal - This type of member is available to derived classes and classes within the same Assembly...
Method overriding vs. overloading - C#.NET
C#.NET - Method overriding vs. overloading - Overloading means having a method with the same name within the class...
Post your comment
Discussion Board
C#.Net
This site is very important for freshers.It gives detail knowledge about interview.
Amit Deshmukh 07-27-2012