what is virtual function?
Answer Posted / jayakrishna reddy
The virtual keyword means that method,property or function
can be overridden
| Is This Answer Correct ? | 154 Yes | 24 No |
Post New Answer View All Answers
Why do we need oop?
What is byval and byref? What are differences between them?
What is destructor give example?
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 are the features of oop?
What is a class in oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is an advantage of polymorphism?
What are the data types in oop?
Get me a number puzzle game-program
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Is abstract thinking intelligence?
Why is oop better than procedural?
What is the difference between a constructor and a destructor?