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
Why do we need xaml as a new way to create applications in .net framework 3.0 (formerly winfx)? : xaml
How do I locate my microsoft office product key?
What is SSL (Secured Sockets Layer) ?
Who is supporting xaml? : xaml
What is Computer Memory?
What is Topology?
How does xaml relate to other web service standards? : xaml
Does microsoft have a registry cleaner?
What is Defragment?
What is microsoft wer?
What is the difference in the attributes the binging and
the bindingName of the
What is XT (eXtended Technology)
How do I stop microsoft error reporting?
What is UDP (User Datagram Protocol)?
How to fix the DLL hell Problem?