what is virtual function?
Answer Posted / shekhar
virtual function is used to prevent from more times
calling.That means if a function is declared as virtual
then its def will be diferent in base class & derived class
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is new keyword in oops?
Why is object oriented programming so hard?
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’.
What does and I oop mean?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is polymorphism and example?
What are the 4 pillars of oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
write knight tour problem which is present in datastructure
What is destructor in oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is inheritance and how many types of inheritance?
Which method cannot be overridden?
What are main features of oop?