Answer Posted / sumiya yeasmin shorna
ploymorphism is a form of simple name multiple
implementation or method and also polymorphism is a function
overloading.
example:
void myclass();
void ~myclass();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between abstraction and encapsulation?
Write a c++ program to display pass and fail for three student using static member function
Why do we use polymorphism in oops?
What is purpose of inheritance?
What is multilevel inheritance explain with example?
What is super in oop?
What is coupling in oops?
when to use 'mutable' keyword and when to use 'const cast' in c++
What do you mean by abstraction?
What do you mean by variable?
What is encapsulation in simple terms?
Why interface is used?
What is coupling in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why oops is important?