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
How can I find out what the garbage collector is doing?
What is view state in .net?
Explain is the jit an interpreter?
What is data type and how many types of data types are in .NET ?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
What is strong-typing versus weak-typing? Which is preferred?
What is Flyout Design Pattern in .NET?
What is a formatter in .net?
What are the types of jit?
How we can achieve Connection pooling in .Net?
Explain the top .net class that everything is derived from?
Dynamic Fonts
What is UDDI and how to register the web service in it?
What is smart navigation in .net?
What are code contracts?