Do we have private destructors?

Answers were Sorted based on User's Feedback



Do we have private destructors?..

Answer / deepak

No we can not have private destructor

Is This Answer Correct ?    0 Yes 12 No

Do we have private destructors?..

Answer / jack

No we cannot have private destructors and private
constructors.........

Is This Answer Correct ?    4 Yes 23 No

Post New Answer

More C++ General Interview Questions

write a program to insert an element into an array

26 Answers   TCS,


Which ide is best for c++?

0 Answers  


What are advantages of using friend classes?

0 Answers  


What is wrapper class in c++?

0 Answers  


What is an incomplete type in c++?

0 Answers  






What do you mean by translation unit in c++?

1 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


What is functions syntax in c++?

0 Answers  


Write a c program for binary addition of two 8 bit numbers.

0 Answers   TCS,


Should you pass exceptions by value or by reference?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


Why #include is used?

0 Answers  


Categories