Answer Posted / brunda r
Virtual functions are the functions declared as normal
function call but preceeded by keyword 'virtual'.Its value is
equated to zero and its definition is incomplete or
blank.Virtual functions is dynamic polymorphism.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is solid in oops?
What is purpose of inheritance?
What are different oops concepts?
Why is static class not inherited?
Why multiple inheritance is not possible?
What is abstraction in oop?
What are the benefits of polymorphism?
What does <> mean pseudocode?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
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 methods in oop?
What is super in oop?
What is abstraction in oop with example?
What is abstraction encapsulation?
What is for loop and its syntax?