What is the difference between procedures and functions in
C3#.NET
Answer Posted / prabhu
In VB.Net Functions and Procedures are set of statements,
only difference is function has to return a value and
procedure doesn't.
In C# No More Functions only methods which may or may not
Return a value with return type in declaration.
Public [int/string/boolean] MyMethod()
{
//Code
}
Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What is the name attribute of the
Where can I find my microsoft product key?
Do you know about dll hell? Explain it?
What is SCSI (Small Computer System Interface)?
Can any one tell me briefly about macros?what it means and what it does?
How to generate sequence diagrams in visual studio?
What is Xeon Processor Technology?
How does xaml relate to e-speak? : xaml
What the difference between the SoapUi utility and the VS2008 test functionality used for the Web-service testing?
Can I delete old microsoft visual c++ files?
hi i want to retrieve the data from one spread sheet to another workbook in EXCEL VBA. for exmp:customer details first name last name location state country country code mobile customer details raj krishna hyderabad andhra india 91 0 service required refrigirator company color details cost warranty service required samsung silver double door fridge 45000 3yeras
What is mfc?
Enumerate the high level of the
What replaced microsoft paint?
What is VGA (Video Graphics Array)?