Differences

  • Thread starter Thread starter Muhammad Irfan Khan
  • Start date Start date
M

Muhammad Irfan Khan

AOA,


What is

1- Difference between the function and delegates,
2- what are the advantages of Delegates
3- Difference between the Components and Controlls,

Please send as soon as possible

Thanx in Advance
 
1- Difference between the function and delegates,
2- what are the advantages of Delegates
3- Difference between the Components and Controlls,

Please send as soon as possible


4- Difference between helping someone and doing someones homework.

However, Delegates are typesafe function pointers. A component is a managed
wrapper for any COM-component, A control is any class derived from
System.Windows.Forms.Control which is a wrapper for
Windows API functions that manipulates a Window (please somebody correct me
in case I made a mistake).
 
Back
Top