What is SRD(System Requirement document), FSD (Functional
Specification Document), RSD (Requiremnet specific
document)? If these are different document wat are there
contents?
Answer / jebasingh luccas
SRD contains the details about the system where the
appliation is deployed.(i.e) software and harware
specification
FRD contains the details about the application which has to
be developed.
RDS contains the details about what actually need to be
done/modified(if existing system) in the application that
has to be developed.
| Is This Answer Correct ? | 44 Yes | 13 No |
What is the use of ‘finalize’?
What's the benefit of using inheritance?
What do you mean by "explicitly implemeting an interface". Give an example?
Give any criteria when you use an abstract class and an interface?
0 Answers Sans Pareil IT Services,
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Can an interface contain fields?
Explain about polymorphism?
What's the order of call of constructors in inheritiance?
Why does the function arguments are called as "signatures"?
Can you create an instance for an abstract class?
Can we have a default method definition in the interface without specifying the keyword "default"?
Difference between abstraction and implementation hiding ?