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 |
Write an operator overloading program to write S3+=S2.
Can we call a base class method without creating instance?
write knight tour problem which is present in datastructure
Why do we use class?
What is overriding in oops?
What is polymorphism in oop example?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
how much classes are used in c++
What are the advantages of inheritance?
26 Answers IBS, TCS,
When is an object created and what is its lifetime?
WHEN A COPY CONSTER IS CALL ?
string is a class or data type in java?