Science, asked by BeingSSufwanM7209, 1 year ago

Type constructor in object oriented database

Answers

Answered by Abrar11
1
Type constructor in object oriented database, the state if a complex object may be constructed from other object with the help of using different type constructor..
Answered by IIKaminaKingII
0

Answer:

Constructors are special class functions which performs initialization of every object. The Compiler calls the Constructor whenever an object is created. Constructors initialize values to object members after storage is allocated to the object. Whereas, Destructor on the other hand is used to destroy the class object.

Similar questions