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 |
Can a class implement two interfaces having default method with same name and signature?
When do you prefer to use composition than aggregation?
1 Answers InfoAxon Technologies, Protech,
What if we override the conflicting method in the class?
Can you call the base class method without creating an instance?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Explain the abstract class modifier?
Explain about inheritance in oops?
What is meant by inheritance? what are the advantages of inheritance?
Can we override static methods? Why?
How to resolve many to many relationship?
6 Answers InfoAxon Technologies, Protech, Samsung,
What is the difference between an error and an exception?