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


Please Help Members By Posting Answers For Below Questions

What is dynamic object in c#?

525


How many digits are in an integer?

475


Explain how to implement delegates in c#.net

499


Can we make a class private in c#?

498


Can destructors have access modifiers?

562






Is string a primitive data type in c#?

502


What is variable in c#?

510


What is the ouput of the following program?

562


How do I register my code for use by classic com clients?

503


What is reference types in c#?

475


What is difference between int and int in c#?

449


Can I define my own exceptions?

496


Are cao stateful in nature?

474


What does the dispose method do with the connection object?

535


What is difference between dll and exe in c#?

474