Can i use goto statement to jump from one method into another in c++ , java or c#.
|
feedback
|
|
Not with java. Further reading: | |||||
|
feedback
|
|
In VB6 goto statement is used to jump some where inside the same method. | |||
|
feedback
|
gotojumping between methods. – Greg Hewgill Feb 25 at 7:10gotois not supported because the designers thought it was a bad language feature, not because of any real or imaginary security concerns. – Stephen C Feb 25 at 7:19