what is polymorphism?

Answer Posted / sangita patel

Polymorphism means one name multiple form.
It is implemented using overloaded function and operators.

Its is of two types
1) compile time polymorphism(function overloding
2) run time ploymorphism

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pure virtual function? Or what is abstract class?

594


If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?

552


why is c++ called oops? Explain

584


Name the debugging methods that are used to solve problems?

584


Which c++ compiler is best?

590






There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2535


What is ios class in c++?

581


C is to C++ as 1 is to a) What the heck b) 2 c) 10

641


How does work in c++?

600


Why do we use classes in c++?

582


What can I safely assume about the initial values of variables which are not explicitly initialized?

627


What is c++ redistributable?

626


What is a rooted hierarchy?

687


Are c and c++ different?

543


What is static class data?

579