Database - Object-Oriented Data Modeling - Discussion

Discussion Forum : Object-Oriented Data Modeling - General Questions (Q.No. 13)
13.
A constructor operation does which of the following?
Creates a new instance of a class
Updates an existing instance of a class
Deletes and existing instance of a class
All of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Hamid_faisal said:   1 decade ago
Instance of any class is known as object.

SO, does constructor creates an object or it just initializes an object or both ?

Post your comments here:

Your comments will be displayed after verification.