Answer Posted / zahid hussain
polymorphism mean created a object which have many forms
method overloading and method overriding are these concept of polymorphism.
eg. a room have a electricity button which perform many functionality like on tube light, on bulb, on fan etc. one object button but perform many function..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is object-oriented programming? Webopedia definition
What is object and example?
What is pointer in oop?
What is a class oop?
What is polymorphism oop?
What is the advantage of oop over procedural language?
Write a program to sort the number with different sorts in one program ??
is there any choice in opting subjects like 4 out of 7
What is oops concept with example?
How do you achieve runtime polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?
Can we create object of abstract class?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What are oops methods?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.