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 is 'Common Type System' (CTS) in .NET?
What’s different between process and application in .net?
Please explain what is the difference between odbc and ado?
How is meant by dll in .net?
Is .net an object oriented language? What are their components?
How do you define the lease of the object in .net?
How anonymous method is different from a lambda expression?
What does .net stand for?
Explain how to load the contents of an xml file into an xmldocument object?
Describe difference between inline and code-behind?
What is the advantage of .net core?
What does il do?
What is heap and what is stack?
Is .net front end or backend?
What is the difference between override and overload in a method?