What is polymorphism and its types?
No Answer is Posted For this Question
Be the First to Post Answer
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
What is overloading and its types?
What does oop mean in snapchat?
#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }
How do you define a class in oop?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is Hashing and how is it done? Pictorial form?
Why do we need polymorphism in c#?
Why do we use polymorphism in oops?
How do you answer polymorphism?
What does enum stand for?
What is multilevel inheritance explain with example?