Answer Posted / vivin
It means ability to take more than 1 form.
(ex)consider the operation of addition,
For 2 numbers it will generate sum{2 + 3 = 5} then
for 2 strings it will concatenate (vivin + durai = vivindurai)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are the types of abstraction?
what is the sylabus for priliminaries?
What is object-oriented programming? Webopedia definition
What is abstraction in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is balance factor?
what is the drawback of classical methods in oops?
What is the difference between encapsulation and polymorphism?
Why oops is important?
When not to use object oriented programming?
which feature are not hold visual basic of oop?
What is protected in oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How do you achieve runtime polymorphism?