Answer Posted / nadeem khokhar
we can pass a whole function to a delegate as a parameter and also can define its body over there. i don't know the exact code but similar to this
draw(print(){
int a=5;
console.WriteLine(a);
})
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what does mean and stack mean in genral programming?
what is the work of 1tier,2tier,&ntier? Plz Explain it!
what is difference between kpo and it industry? that is in terms of work, package etc
Find out the roles which gives access to all tables in SAP? Thanks in advance.
in IBM PC -AT.WAT AT REFERS TO?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What are the tasks performed by a Team Lead
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
what are all the validation we need to perform in data stage?
what is the current salary package in India for a lamp programmer
Where do we need Operator overloading?
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number