can you give real time example for polymarphism
Answer Posted / rama
Shape
draw()
it may consists of:
1.Circle object
Draw(circle)
2.Box object
Draw(box)
3.Triangle object
Draw(triangle)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Can an interface inherit a class?
What is constructor in oop?
What is polymorphism in oops with example?
What are two types of polymorphism?
What does I oop mean?
Why is polymorphism used?
What is oops with example?
How do you answer polymorphism?
What is pointer in oop?
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.
What causes polymorphism?
write knight tour problem which is present in datastructure
Can we create object of interface?
What exactly is polymorphism?