What is the Difference between a sub and a function?
Answer Posted / kinjal
sub does not returns a value but function returns a value
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How will you load an assembly which is not referenced by current assembly?
Explain asp.net?
What is finalize method in .net?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Do you know what is the difference between an abstract class and an interface?
Does .net supports destructors concept?
What are the differences between an interface and an abstract class in .net?
Explain what is mutex?
Explain what is the difference between response.redirect & server.transfer?
What is Finalizer in .NET define Dispose and Finalize ?
What's typical about a windows process in regards to memory allocation in .net?
What is shared and repeatable inheritance?
Explain memory-mapped files.
What are the authentication methods in .net?
How to create multiple inheritance in c#, with example?