Explain how to implement delegates in c#.net
No Answer is Posted For this Question
Be the First to Post Answer
What happens if you add duplicate elements to a set?
What are c# i/o classes? What are the commonly used i/o classes?
What is the difference between Hash Table and Arrays?
What?s a delegate?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Why singleton is sealed?
What is a system lock?
write a program to find the biggest palindrome in the given string
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
What is sqlconnection in c#?
What is difference between static and readonly in c#?
i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?