Answer Posted / anil
polymorphism means implementing different functionality's
with the same name and different type of arguments and
different number of parameters.We can achieve polymorphism
using function overloading and function overriding.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the difference between encapsulation and polymorphism?
What is the highest level of cohesion?
What are properties in oop?
What are constructors in oop?
What is protected in oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
What are the benefits of oop?
What is oops concept with example?
What is inheritance write a program to show use of inheritance?
#include
Why do we use oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is multilevel inheritance?