Infinite parameters for a method
in
Programming Questions
•
1 year ago
Is there anyway to allow infinite parameters to be input into a method. For instance creating an arbitrary number of points based on x,y coordinates such as: object.addPoint(x1,y1,x2,y2,x3,y3........)???
1