How to execute business logic for only once ..?even though
user clicks submit button multiple times by mistake..?
(i disabled JavaScript)
what is the drawback of classical methods in oops?
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
#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 R T T I ?
what is costructor?
What is for loop and its syntax?
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
what is difference between objects and function
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
What type of Job you are providing?
what type of question are asked in thoughtworks pair programming round ?
Are polymorphisms mutations?