VB .Net Question:
What is branching logic control in vb.net?
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 Question | Next Question |
What is DataType conversion in VB.NET ? | Write the role of New keyword? |