3. Differentiate verification and validation.
Answer / harish saini
verification means are we building right product. for
example at evry stage of product building some constraints
are applied so one can verify that product is building
right.
Validation means the finished product is right i.e its full
filling the user requirement. validation defines that
result producing by system is right.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is DeadlyDiamondDeathProblem ?
what is inline function?
#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]]; }
Explain the concepts involved in Object Oriented programming.
what is use to destroy an object? illustrate.
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
ambiguity regulation of multiple inheritance with example.
What is object-oriented programming? Webopedia definition
How to Increment the value of the empid E001 for each and every employee by using the programe?
State what is encapsulation and friend function?
Can a varargs method be overloaded?
what is the usage of clas templates