Answer Posted / 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 |
Post New Answer View All Answers
What is inheritance in oop?
Can you explain polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
• What are the desirable attributes for memory managment?
What does <> mean pseudocode?
What is abstraction encapsulation?
What is interface? When and where is it used?
What is super in oop?
How does polymorphism work?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write a C++ program for booking using constructor and destructor.
Write a program to sort the number with different sorts in one program ??
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why we use classes in oop?
Is oop better than procedural?