What is virtual destructor ans explain its use?
No Answer is Posted For this Question
Be the First to Post Answer
What is struct c++?
What is the difference between a pointer and a link in c ++?
When should we use container classes instead of arrays?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
What is the difference between passing by reference and passing a reference?
What is auto type c++?
plz send me National informatics center paper pattern
How size of a class can be calulated?
What is the importance of mutable keyword?
What is endianness?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.