What is an advantage of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
why oops need in programming
some one give d clear explanation for polymorphism
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
What is the purpose of enum?
how to find no of instances of an object in .NET?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
Program to read a comment string
Please send ford technologies placement paper 2 my mail id
what is the main difference between sizeof() operator in c and c++
How does polymorphism work?
Write a program to reverse a string using recursive function?