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.
List the three steps for creating an Object for a class?
An Object is first declared, then instantiated and then it is initialized.