What is SRD(System Requirement document), FSD (Functional
Specification Document), RSD (Requiremnet specific
document)? If these are different document wat are there
contents?
Answer Posted / 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 |
Post New Answer View All Answers
What are all the operators that cannot be overloaded?
What is the main difference between overloading and overriding?
What is a try/ catch block?
Differentiate between data abstraction and encapsulation.
What is the best tool for modeling and ORM framework
What is virtual?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What's the main difference between arraylist / hashmap and vector / hashtable?
What is the difference between a virtual method and an abstract method?
What is Abstract method and how different from Virtual Method?
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?
what is full form OOP?
Can we have a default method definition in the interface without specifying the keyword "default"?
Which oops concept exposes only necessary information to the calling functions?
Explain about inheritance?