Why is polymorphism needed?
No Answer is Posted For this Question
Be the First to Post Answer
What are benefits of oop?
what is object slicing
What does sksksk mean in text slang?
#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]; }
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
What are the components of marker interface?
4. What do you mean by a prototype? Define analysis prototype
What is meant by oops concept?
Why is there no multiple inheritance?
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
What is difference between class and object with example?
What is encapsulation in simple terms?