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 how can we remove handlers at run time?
Explain clr?
What is the use of system.diagnostics.process class?
What are the types of generations in garbage collector?
Name some of the features present in vb 2005?
Explain the services provided by common language infrastructure.
Compare c# and visual basic.net?
Can you please explain the difference between thread and process?
Tell us how many languages are supported by .net?
What are the different variables in vb.net?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
what is difference between namespace and assembly?
Explain about the ruby interface generator?
Explain about the keyword must inherit?
What is datatype conversion?