write the steps to create an object?
RSCT:
kya chiz create
Answers
Answered by
1
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 objecttype. Instantiation : The 'new' keyword is used to create the object
Similar questions