What?s the difference between an interface and abstract
class?
Answer Posted / guest
In the interface all methods must be abstract; in the
abstract class some methods can be concrete. In the
interface no accessibility modifiers are allowed, which is
ok in abstract classes.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is it possible to execute multiple catch block for a single try statement?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
What is private void in c#?
What is the do while loop code?
What is c# and why it is used for?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What is an enumerator in c#?
How big is a 64 bit integer?
Why is aws serverless?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What are the advantages of generics in c#?
How many types of inheritance are there in c#?
What is the relation between classes and objects?
What is parseexact c#?
What is xml comments in c#?