What is the Difference between a sub and a function?
Answer Posted / m. aqueel
Sub keyword is used for the procedures and procedures never
return a value where function key word is used for function
and function returns a value that can be assign to any
variable.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What are Attributes in .NET?
What is the difference between response.write & response.output.write?
Please explain when should you use .net web forms over asp.net mvc?
Differences between dll and exe?
Explain about .Net products?
Why you want to leave your previous company.
When we use windows api in .net is it managed or unmanaged code?
What are the features of dot net?
What data providers available in .net to connect to database?
Explain is the jit an interpreter?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain me how does linq work?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is managed code and managed data in .net?
Explain me what is a design pattern and what is it for?