Answer Posted / syed ahsen raza ali
polymorphism basicilly provides multiple forms to a single
function or functionality to occure.in c++(oop) context i
can quote that using 0ne functionality if we could be able
to have multiple functionalities working only on a single
object,then we can say that we had done multiple tasks by
using one operation.
thanks.
| Is This Answer Correct ? | 47 Yes | 14 No |
Post New Answer View All Answers
What is a class in oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is encapsulation with real life example?
What is meant by oops concept?
Why do we use polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
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.
What is class and example?
Why do we use class?
any one please tell me the purpose of operator overloading
What do you mean by variable?
What is interface in oop?
What is basic concept of oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?