| Back to Questions Page |
| |
| Question |
What is deff. saop and disco? |
Rank |
Answer Posted By |
|
Question Submitted By :: Manishn19j |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | SOAP
simple object access protocol
That is with state protocol that maintain all the
information but http is not store any information this is
stateless protocol  |
| Amit Bhardwaj |
| |
| |
| Question |
Hi to everybody. Lastweek i had taken an interview on c#.
They ask what is boxing & unboxing, Masking.Please tell the
answer and it is useful for me. |
Rank |
Answer Posted By |
|
Question Submitted By :: Jaishankar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Boxing:converting from value types to reference type is
known as boxing.
Unboxing:Converting from reference types to value type is
known as unboxing.  |
| Saubhagya |
| |
| |
| Question |
what is mean by framework? |
Rank |
Answer Posted By |
|
Question Submitted By :: Saravanavelu |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | A software framework, in computer programming, is an
abstraction in which common code providing generic
functionality can be selectively overridden or specialized
by user code providing specific functionality. Frameworks
are a special case of software libraries in that they are
reusable abstractions of code wrapped in a well-defined
API, yet they contain some key distinguishing features that
separate them from normal libraries.  |
| Kiran |
| |
| |
|
|
| |
| Answer | FrameWork has Clr  |
| Guest [None] |
| |
| |
| Question |
Where would you use Abstract class and Interface? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kaushal |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | You can offer the best of both worlds, an interface and an
abstract class. Implementors can ignore your abstract class
if they choose. The only drawback of doing that is calling
methods via their interface name is slightly slower than
calling them via their abstract class name.  |
| Vijay |
| |
| |
|
| |
|
Back to Questions Page |