Flag this interview question as inappropriate Inappropriate
See Answer
(Focus on the analysis or a particularly challenging data collection situation.)
Create Date
:
Thursday, April 03, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Focus would be given to the user interface, user friendliness, overall functionality, as well as organization and structure.
Create Date
:
Thursday, April 03, 2008
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Software testing can be done either through black box testing or white box testing.
Create Date
:
Thursday, April 03, 2008
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
A class can contain default implementation, while an interface should not contain any implementation at all.
Create Date
:
Thursday, April 03, 2008
Tags
:
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
YES, structures do support inheritance
Create Date
:
Thursday, April 03, 2008
Tags
:
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
All declarations inside a structure are by default public, while all members inside a class are private
Create Date
:
Thursday, April 03, 2008
Tags
:
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Encapsulation, oftentimes associated with information hiding, reduces software development risk by shifting the code's dependency on an uncertain implementation onto a well-defined interface.