How can you sort the elements of the array in descending order?
Answer Posted / guest
By calling Sort() and then Reverse() methods
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain what is copy constructor?
What are the different types of assembly?
What is a strong name in c#?
What is the difference between virtual method and abstract method?
Can you pass value types by reference to a method?
Why do we need to serialize data?
What is a delegate? Explain.
What is private variable?
what is IDisposal interface
What is difference between event and delegate in c#?
Explain About remoting and web services. Difference between them
How to create events for a control? What is custom events? How to create it?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What is indexer c#?