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
write a program that takes input in digits and display the result in words from 1 to 1000
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why do we need polymorphism in c#?
to find out the minimum of two integer number of two different classes using friend function
What is encapsulation in simple terms?
What is the difference between inheritance and polymorphism?
What is polymorphism give a real life example?
Why do we need oop?
write string class as your own class in java without using any built-in function
What is the highest level of cohesion?
#include
What is destructor give example?
How long to learn object oriented programming?