Answer Posted / maria alex
Normally virtual destructor is used to destroy a base class
object without knowing it's type...
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Write a program to sort the number with different sorts in one program ??
What is abstraction and encapsulation?
What is polymorphism what is it for and how is it used?
what type of question are asked in thoughtworks pair programming round ?
What is protected in oop?
What is oops concept with example?
Why it is called runtime polymorphism?
Who invented oop?
to find out the minimum of two integer number of two different classes using friend function
What does and I oop mean in text?
What is byval and byref? What are differences between them?
Why is polymorphism needed?
What is the real time example of encapsulation?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Is enum a class?