Computer Science, asked by Satyaballa3746, 11 months ago

We use ______________ to create an object for the class.

Answers

Answered by Anonymous
0

Answer:

material

Explanation:

we use material to create an object for the class

Answered by ychandak1998
0

Answer:

new keyword

Explanation:

in Java , we use new keyword to make a object of class

eg dog(){

main{

dog w1 = new dog();

}

}

ignore the no indentation

Similar questions