Questions 1 - 7 of 7
Close
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.
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
Polymorphism is the ability of objects belonging to different types to respond to method calls of the same name, each one according to an appropriate type-specific behavior. It means that if class B inherits from class A, it doesn't have to inherit everything about class A. That is, it can do some of the things that class A does differently.
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