What are the different forms of polymorphism??

Answer Posted / ramesh

1.Compile time polymorphism
Exhibited by: Function overloading
Operator overloading
2.Run time polymorphism
Exhibited by: Function overriding

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1983


Can an interface inherit a class?

559


Which language is pure oop?

551


What is difference between data abstraction and encapsulation?

616


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2575






What makes a language oop?

597


• What are the desirable attributes for memory managment?

1725


Can we override main method?

607


Why is oop better than procedural?

604


What is oops and its features?

587


What are oops functions?

583


What is polymorphism explain its types?

681


What is the difference between a constructor and a destructor?

613


What are two types of polymorphism?

611


any one please tell me the purpose of operator overloading

1966