Hindi, asked by Sassa6588, 1 year ago

What are the steps of creating an object?

Answers

Answered by Anonymous
2

H0la ;-)

ANSWER ==

Creating an Object : In java the new keyword is used to create new objects.There are three steps when creating an object from a class. Declaration : A variable declaration with a variable name with an object type. Instantiation : The 'new' keyword is used to create the object.

Hope it helps

#Hopeless_Romantic

Similar questions