Can destructor be overloaded?


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

Post New Answer

More OOPS Interview Questions

What are properties in oop?

0 Answers  


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

0 Answers   SRA,


write a program that takes input in digits and display the result in words from 1 to 1000

0 Answers   Wipro,


What are the 3 principles of oop?

0 Answers  


What is difference between #define and const?

3 Answers   emc2,






Conversion from a basic type to a class type may be achieved using______________

5 Answers   HCL,


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


what is virtual function in c++

6 Answers  


What is difference between polymorphism and inheritance?

0 Answers  


What type of loop is a for loop?

0 Answers  


what is the function of 'this' operator ?

7 Answers   Wipro,


In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  


Categories