What is the difference between abstract class and
Interface? Give an example how will u write an abstract
class using .NET Framework
Answer Posted / susant
difference between an interface and abstract class?
1.In Interface all methods must be abstract,
2.In the abstract class some methods can be concrete.
3.In the interface no accessibility modifiers are allowed,
which is ok in abstract classes.
4.In interface all the members are by-default public
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why the config file might not be writable
What does the term "green architecture" mean? : .NET Architecture
Explain difference between machine config vs. Web config? : .NET Architecture
Explain about validation?
Explain about httpruntime.cach.get(); method?
Can I create my own context attributes?
What is cache coherency and how is it eliminated? : .NET Architecture
Explain .net mobile input controls? : Microsoft dot net mobile
What is Com Callable wrapper?when it will created?
How does an appdomain get created?
How do you handle this COM components developed in other programming languages in .NET?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Explain the race around condition? : .NET Architecture
8. Oop-Why and were we use Interfacse and Abstract class.