Styrow.dev
Question 83 of 247
Java Topic: General medium

List the three steps for creating an Object for a class?

Question

List the three steps for creating an Object for a class?

Answer

An Object is first declared, then instantiated and then it is initialized.