Computer Science, asked by Anonymous, 1 year ago

1.show an null while loop


2.difference between abc p(5,7,9);
abc p= new abc(5,7,9);

Answers

Answered by Anonymous
2

1) while()....( I think it's like this)

2) abc p= new abc is the creation Of an object p for class abc and

ABC p(5,6,7) is a parameter assignment

Similar questions