What is the difference between procedures and functions in
C3#.NET
Answers were Sorted based on User's Feedback
Answer / mugundan madhavan
Actually in FUNCTIONS we pass the input as argument whereas
in PROCEDURES we pass them as parameters.
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / 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 |
Enumerate the high level elements of the <system.serviceModel> section
Who is supporting xaml? : xaml
please explain what are the main server roles for system admin ? what is the way to access the active directory services sitting on the client place as a client?
Can I delete microsoft onedrive?
What is Docking Station ?
What is Twisted Pair ?
Does a microsoft account expire?
What are the advantages of OLE Automation?
Does microsoft have a virus protection?
What is the microsoft exchange server address?
What the difference between the SoapUi utility and the VS2008 test functionality used for the Web-service testing?
What is DLL hell problem?