What is polymorphism and example?
No Answer is Posted For this Question
Be the First to Post Answer
Write pseudo code for push in a stack?
What is the difference between abstraction and polymorphism?
#include <iostream> using namespace std; int main() { int a = 2; 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][c[1][4]]; }
what is oops
What is super in oop?
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
What is the default size allocated for array in the statement if size not specified " int a[] "
what is an qt4 interface?
Should you protect the global data in threads? Why or why not?
write a c++ code of diagonal matrix.
What is variable example?
What is command routing in MFC