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 does and I oop and sksksk mean?
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What is class and example?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
How does polymorphism work?
What is multiple inheritance?
What do we mean by a hidden argument in C++?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is friend function?
What is difference between inheritance and polymorphism?
What is the difference between Home and $Home?