What is the Difference between a sub and a function?
Answer Posted / kamlesh sharma
through sub keyword we define a procedure which never
return value
and function may return value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a data set in c#?
Is for loop faster than foreach?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What is use of console?
Is static class thread safe in c#?
Why do we need abstraction in c#?
Is datetime value type c#?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Explain what are three test cases you should go through in unit testing?
What are the different types of classes?
what is collections in .net? why we use?
What is value c#?
What do you mean by hashtable c#?
How garbage collection deals with circular references.
List the 5 different access modifiers in c#?