+ 1
What is the use of virtual function in c++?
Suggest me how it works as a function?
15 Answers
+ 2
Can we make it as constant
+ 2
Thanks I got some ideas about that
+ 2
yup, I meant that. In case of if derived class doesn't override
+ 2
Thank~
+ 1
One more., virtual method can call non-virtual method?
+ 1
Actually I want to know how function works as virtual. I tried to understand but it won't work with satisfaction
+ 1
So would u help me to understand the topic
+ 1
Okkkk thanks
+ 1
One thing is there if we can't make them reference or pointer the object of derived class always calls the base class method I mean fun1()?