What is polymorphism what is it for and how is it used?
No Answer is Posted For this Question
Be the First to Post Answer
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
Get me a number puzzle game-program
What are the benefits of interface?
What is abstraction in oop with example?
why constructor cannt be declar virtually? why destructor cannt be overloaded?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
can you give the dynamic polymorphism types?
diff between Abstract class Interfaces?
who is the founder of c++?
#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]; }
What is encapsulation c#?
How to deploy web appliction in web logic ?