Can destructor be overloaded?
No Answer is Posted For this Question
Be the First to Post Answer
What is a null tree?
what is SPL in c++.
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
What is class and object in oops?
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What is constructor overloading in oop?
What is multiple inheritance? Give Example
What is polymorphism give a real life example?
what is different between oops and c++
Why do we use oops?
When you define a integer it gets stored in which data structure?(Stack or a heap)