Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews PC Hardware Interviews:80858086A + (Plus) HardwareA+ and Basic PCBasic ComputerBIOSCD-ROM DriveComputer ArchitectureComputer Architecture And DesignCPU (Central Processing Unit)ECDLElectronicsEmbedded SystemsFloppy DiskHard Disk (HD)Hardware and Software DesignHardware DesignIntel MicroprocessorLaptop Hardware RepairerMicroprocessorMotherboardRAMx86Zip Drive
Copyright © 2018. All Rights Reserved
Hardware and Software Design Interview Question:
In C++, what is a constructor, destructor?
Submitted by: AdministratorAd
In C++
Constructor:This is a member of class which involkes when the object is created.Purpose of constructor is to intialise the objects with required values.
Destructor: It is a member of class which involkes when the object is out of scope.The purpose of destructor is to clear the heap memory.
Submitted by: Administrator
Constructor:This is a member of class which involkes when the object is created.Purpose of constructor is to intialise the objects with required values.
Destructor: It is a member of class which involkes when the object is out of scope.The purpose of destructor is to clear the heap memory.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
