Sub-procedure and Function
State the major difference between the sub-procedure and function?
Expert
Sub-procedure is a block of multiple visual basic statements within the Sub and End Sub statements. It is used for performing specific tasks, like changing properties of the objects, data displaying, and receiving or processing an output. A sub-procedure can be defined anywhere in the program, such as in modules, structures, and classes. Arguments in the sub-procedure can be specified; but, it does not return a new value.
Function is also a set of statements within the Function and End Function statements. It is similar to the sub-procedure and performs the same task.
Main difference between the function and the sub-procedure is that, the sub-procedures do not return a value while functions do.
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
How we can decide whether we should deploy application or publish application?
Write the basic difference between ASP and ASP.NET?
What do you mean by the term Transport and Message Reliability?
Explain MaskedTextBox control? And also explain the function of Mask property?
Explain the function of WebpartListUserControlPath property of the DeclarativeCatalogPart control?
Describe the role of new keyword in brief.
Explain, what is a host process?
Elucidate how you create a permanent cookie?
Write down some of the features which are present in the VB 2005?
18,76,764
1949909 Asked
3,689
Active Tutors
1430836
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!