What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answer Posted / swati
abstract class
1. abstract class have concrete methods ; interface have no
methods implemented.
2.interface do not come in inheriting chain; abstract class
come in inheriting chain.
3.in an interface no accessibility modifiers are allowed;
abstract class may have accessibility modifier
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain how to achieve polymorphism in vb.net?
Can you please explain the difference between dispose and finalize()?
What is the difference between system.applicationexception class and system.systemexception?
What is multiple form in vb?
What is portable executable?
List the types of generations in garbage collector?
Explain how to send xml file on server using http protocol?
What is the difference between convert.tostring and .tostring() method?
how many server control present in .net
Explain about the feature anonymous type?
What keyword is used to accept a variable number of parameter in a method?
What is meant by jagged arrays?
what is intermediate language?
What is static member?
What is the feature anonymous type?