What is the Difference between a sub and a function?
Answer Posted / raju chauhan
Like a Function procedure, a Sub procedure is a separate
procedure that can take arguments, perform a series of
statements, and change the value of its arguments. However,
unlike a Function procedure, which returns a value, a Sub
procedure can't be used in an expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How anonymous method is different from a lambda expression?
What is connected and diconnected database ?
What is typical about a windows process in regards to memory allocation in dot net?
What is singleton activation mode in .net?
Why inheritance is important?
What is connection pooling and how do you make your application use it?
What is meant by globalization and localization?
Explain how to load the contents of an xml file into an xmldocument object?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
Explain can the validation be done in the server side? Or this can be done only in the client side?
Explain re-clarification of object based in .net?
Difference between value type & reference types ?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Explain what is the difference between response.redirect & server.transfer?
How can I get at the win32 api from a .net program?