Differentiate function and sub-procedure
Write major difference between function and sub-procedure?
Expert
Sub-procedure is the block of several visual basic statements within Sub and End Sub statements. It is used to carry out certain tasks, like displaying an output, changing properties of the objects, and receiving or processing data. We can define the sub-procedure anywhere in the program, like in classes, modules, and structures.We can also give arguments in the sub-procedure; though, it does not return the new value.
Function is also a set of the statements within a Function and End Function statements. This is similar to a sub-procedure and does a same task. Important difference between the function and sub-procedure is that the sub-procedures do not return the value whereas functions do.
Name the different methods provided by a DataSet object to create XML?
What do you mean by the term Transport and Message Reliability?
What are the components of web form in ASP.NET?
Distinguish the term Classic ASP as well as ASP.Net?
What is web.config file?
Write down the benefit of packaging over xcopy in the .NET?
How can we check that whether all the validation controls on the Web page are valid and proper?
By what way we can recognize that the page is PostBack?
Write all names of public properties well-defined in the WebService class.
Write the importance of the Button control?
18,76,764
1947371 Asked
3,689
Active Tutors
1436376
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!