Answer Posted / shankar0975
To put it in simple words, a delegate is a function pointer.
It can be used in the code such that it will reference to a
particular function.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to reverse a number?
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
Differevce between arrays and array builders?
how to add a new table with variables and thier values into a imported file uisng proc import?
can any one suggestion me present which course(except java,.net) has huge demand in the market?
What's the difference b/w Table & Templete in Smartform?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
why we use abstract in awt?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
Delta 5 weight scale not connect with oracle application what i can do?
Define distributed queries. can you explain me as soon as possible
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
How to know we are in home page of a web application using QTP
what is best way to create a Thread class & why?