What are the steps of creating an object?
Answers
Answered by
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