VB .Net Question:

What is branching logic control in vb.net?

VB .Net Interview Question
VB .Net Interview Question

Answer:

Function and subroutines are the answer.The diffrence in two of them is function send information back from where it is called means function can return a value but subroutines can not do this.


Previous QuestionNext Question
What is DataType conversion in VB.NET ?Write the role of New keyword?