To make a string object which of the following constructers is used to create a string
object using 1-D ary argument starting at ary [start]with len number of characters ?
(A) String (char ar[], int start, int len)
(B) String (int start, int length)
(C)String (int length, int start)
(D) String (char ary[], int len)
Answers
Answered by
0
Explanation:
:)
Similar questions