Why is destructor used?
No Answer is Posted For this Question
Be the First to Post Answer
What are the three parts of a simple empty class?
What is overloading and its types?
What is memory leak and memory corruption?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
Can private class be inherited?
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
What is difference between multiple inheritance and multilevel inheritance?
What is class and object in oops?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
can we make a class static without using static keyword?