Computer Science, asked by jyotiprasad70, 7 months ago

differentiate between constructor and destructor function with respect to oriented programming.​

Answers

Answered by gyadav30122000
0

Explanation:

Constructor helps to initialize the object of a class. Whereas destructor is used to destroy the instances.

Similar questions