+ 1
How do you start typing a constructor code using NetBeans do you start from main
2 Answers
+ 1
what is confusing me is that example
public class bicycle
string make;
string serial number ;
bicycle (){
how do you make the bicycle a constructor??
and also at What point do you insert main method
+ 1
so the whole program first starts
with public static void main(args []){