How different are interface and abstract class in .Net?
Answer Posted / manikandan
The interface is the one in which all the methods are empty
one but in the abstract class it is not necessary that all
the method has to be abstract .it can be only one method
that is abstract
Is This Answer Correct ? | 15 Yes | 18 No |
Post New Answer View All Answers
How to debug failed assembly binds?
Do you know the difference between the stack and the heap?
Explain About GDI object ?
What is implement a generic action in webapi?
Can I write il programs directly?
Differences between dll and exe?
What are pdbs?
Explain about .Net products?
Who is using .net core?
What relationship is between a process, application domain, and application?
Can you create instance of a class which has private constructor?
Please explain what is the difference between encrypting a password and applying a hashing?
what is the default security setting in .net?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is cyclomatic complexity and why is it important?