Closed jayesh83 closed 4 years ago
Provided an example with a syntax to understand better
use the above format and you can remove 1, 2, 3,.....numbering from it
Also, for the code, you can use:
public class SomeClass{
SomeClass(parameter_list){
...
}
...
}
@mishra3452 check out the latest 2 commits
Provided an example with a syntax to understand better