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 |
How do you achieve runtime polymorphism?
What is multilevel inheritance in oop?
What is oops in programming?
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 are different oops concepts?
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Is html an oop?
What are the valid types of data that the main () can return in C/C++ language
Does c++ support multilevel and multiple inheritance?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Why is it so that we can have virtual constructors but we cannot have virtual destructors?