Computer Science, asked by avimukh27, 6 months ago

Which of the following is a valid declaration of an object of class Digital? Digital mp3 = new Digital( ); digital mp3 = new Digital( ); Digital mp3 = New Digital( );

Answers

Answered by manas9614
1

Answer:

Can't understand this question

Answered by prabhsimarsinghdhing
1

Answer:

Digital MP3= new Digital ();

Explanation:

Similar questions