<AptiCode/>

Question 650: Which of the following ways to create an object of theSampleclass given below will work correctly?class Sample { int i; Single j; double k; public Sample (int ii, Single jj, double kk) { i = ii; j = jj; k = kk; } }

tcs
wipro
infosys
general
aptitude
constructors
c-programming

No answer description is available.Let's discuss.