What is difference between Abstract Class and Interface?
Answer Posted / dhinesh
If a class has one abstract method ,the class has to be an
abstract class.
Methods can be implemented in abstract class.
Whereas a interface is like a abstract class...the only
difference being that the methods are never implemented in
Interface.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain about jagged arrarys ?
List the types of authentication?
What is an arraylist?
Allowed program to auto-correct the database when loading a presentation.
What is the feature which is common to all .net languages?
What is redim keyword and its use?
Describe about visual basic.net?
What is the difference between Namespace and Assembly?
What is private assembly?
Explain namespace?
Explain cls?
Explain about visual basic.net?
Explain i.tostring method?
What is the purpose of objects present in asp.net?
What is the difference between compiler and interpreter?