some one give d clear explanation for polymorphism

Answer Posted / jananekrishnan

polymorphism means ability to take more than one form

simply,
polymorphism means
"write once,
run any environment,anytime"

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can destructor be overloaded?

591


what's the basic's in dot net

1733


which feature are not hold visual basic of oop?

1718


What does no cap mean?

589


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1631






What are constructors in oop?

583


Write a program to sort the number with different sorts in one program ??

1910


Why do we use class in oops?

549


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1630


What causes polymorphism?

563


Can you name some types of inheritance?

637


What is an interface in oop?

590


What is difference between class and object with example?

559


What makes a language oop?

591


What is the types of inheritance?

594