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
Explain session variables?
What is Spam ?
How to create virtual root in iis?
Does microsoft have a virus protection?
Because of virus in windows 7 my general folders are system hidden now. i've remove the virus but folders are still hidden. can i make that system hidden folder as nornal any how?
Why do we need xaml as a new way to create applications in .net framework 3.0 (formerly winfx)? : xaml
What is Ethernet Address ?
What is Shared Hosting ?
Hi, can anyone tell me what is the difference between SYSVOL and NTDS folder in AD? I know SYSVOL is for shared information between Domain controllers, but isn't AD database shared as well? Don't they use the same DB which is stored in NTDS folder? I know SYSVOL size is much smaller than NTDS', but what is it for? Does it contain a part of NTDS folder? If so, what namely? Thanks
What are the three types of iunknown?
What is URL Forwarding ?
Does a microsoft account expire?
How do I know if microsoft edge is installed?
How to detect clone code in visual studio?
Why is xaml important for the delivery of e-commerce solutions? : xaml