edited by
471 views
1 votes
1 votes

In the Prototype model 

in this model the user doesnt know what all are his requirements and thus the user gives the abstract or initial requirements and then later the software developer builds the software according to the need of the software and the user.

In this while studying 

i founded that There are two types of Prototypes

1) Throw Away

2)Exploratory

what is the difference between both ?

edited by

Please log in or register to answer this question.

Related questions

13.4k
views
1 answers
0 votes
Isha Karn asked Dec 8, 2014
13,354 views
int x=5; void f() { x = x+50; } void g(h()) { int x=10; h(); print(x); } void main() { g(f()); print(x); }1) what is output if code uses deep binding?2)what is the output if code uses shallow binding?
377
views
2 answers
1 votes
Khushal Kumar asked Jul 9, 2017
377 views
PROGRAM 1.#include<stdio.h>#define PRINT(x) (x)#define MACRO(num,str) {\ printf("\n%d",num);\ printf(" is");\ printf(" %s number", str);\ ... MACRO(num,"odd"); else MACRO(num,"even"); return 0;}
424
views
1 answers
1 votes
LavTheRawkstar asked Aug 6, 2016
424 views
Quality Standards like1) ISO 9001,2) SEI-CMM