What is the difference between procedures and functions in
C3#.NET

Answers were Sorted based on User's Feedback



What is the difference between procedures and functions in C3#.NET..

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

What is the difference between procedures and functions in C3#.NET..

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

Post New Answer

More Microsoft Related AllOther Interview Questions

Enumerate the high level elements of the <system.serviceModel> section

1 Answers  


Who is supporting xaml? : xaml

0 Answers  


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?

0 Answers  


Can I delete microsoft onedrive?

0 Answers  


What is Docking Station ?

0 Answers   Cummins,


What is Twisted Pair ?

0 Answers  


Does a microsoft account expire?

0 Answers  


What are the advantages of OLE Automation?

0 Answers   CGI,


Does microsoft have a virus protection?

0 Answers  


What is the microsoft exchange server address?

0 Answers  


What the difference between the SoapUi utility and the VS2008 test functionality used for the Web-service testing?

0 Answers  


What is DLL hell problem?

0 Answers   CitiusTech,


Categories