You have one base class virtual function how will call that
function from derived class?
Answer Posted / kalaivani
u can call the base class virtual fn,if it is declare as
public
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
can inline function declare in private part of class?
Which language is pure oop?
What are the benefits of polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is destructor oops?
write string class as your own class in java without using any built-in function
What is the point of oop?
What is the important feature of inheritance?
What is the difference between a constructor and a destructor?
What is a class and object?
What is meant by multiple inheritance?
What is the real life example of polymorphism?
What is constructor overloading in oop?
what is the drawback of classical methods in oops?
What is the difference between procedural programming and oops?