Difference between abstract class and interface
Answer Posted / vivek sharma
An abstract class may or may not have abstract method,but
it is useless without abstract method ,so an abstract class
should have atleast single abstract method.
while in case of an interface it is hardcode that an
interface can have only the abstract methods with it.
Is This Answer Correct ? | 18 Yes | 14 No |
Post New Answer View All Answers
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
Are there any third party logging components available?
which is the institute in hyderabad for providing the live project industry training
What is cache coherency? : Dot net architecture
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is biginteger and when would you use that?
What is the problem with .net generics?
what is the difference between master page and content page?
Explain the purpose of cache? : Dot net architecture
Does application frame need host?
What is ILDASM ?
What is private constructor? And it's use?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
How do I write to the application configuration file at runtime?