Answer Posted / mayank bhatnagar
Interface includes just the definition of methods whereas
Abstract Classes are just like classes and hold all
functionality of classes except certain features.
The only difference between Abstarct Classes and Interfaces
is the use.Abstract Classes were introduced becoz of
diamond problem in C,C++.You can only inherit these classes
but cannot instantiate(i.e. no object of these classes can
be created, there can be one or more methods abstact in
such classes).
Interfaces are public and can be used/inherited by multiple
classes which was not before possible.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is globalization?
What is misl code?
What is datatype conversion?
List the types of generations in garbage collector?
What is the main purpose of garbage collector?
Explain the use of serialization and deserialization?
Explain about rapid application development tool?
What is the difference between readonly variable and constant variable?
Define naming convention?
How can we store decimal data in .net?
Described strong typing
Explain about jagged arrarys ?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Compare c# and visual basic.net?
Explain managed code?