What is destructor in oop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

Why is encapsulation used?

0 Answers  


What normal C constructs work differently in C++?

2 Answers  


How many human genes are polymorphic?

0 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


What is public, protected, private?

6 Answers   IBS, Satyam,


What is polymorphism what is it for and how is it used?

0 Answers  


Precompilation ?

1 Answers   emc2,


Why do we use virtual functions?

4 Answers  


What is multilevel inheritance explain with example?

0 Answers  


How is data security provided in Object Oriented languages? ?

5 Answers  


why reinterpret cast is considered dangerous?

0 Answers   TCS,


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


Categories