Difference between abstract class and interface
Answer Posted / vikas kaundal
1.we never pass object in abstract class only inherit the
abstract class and in which pass the references only
interface
1.in which declare only member.
2.we can implement the multiple interface.
3. its used only standlizition.
4.we can inherit the interface
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the use of virtual, sealed, override, and abstract.
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Explain hard disk and what is its purpose? : Dot net architecture
Waht is Dot net Arcitecture
deference between display and visibility property of CSS
how to add list of items in a web application and win application?
How does .net mobile work? : Microsoft dot net mobile
Explain about clr?
What is .net mobile utility controls. : Microsoft dot net mobile
Define pipelining? : Dot net architecture
what is the difference between running an application with and without debugger?
How do I prevent concurrent access to my data?
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 on hardware that converts the ascii value to binary? : .NET Architecture
Explain cache memory? : .NET Architecture
What is the use of web.config?