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
What is the purpose of Treeview control?
How to upload in video,mp4,in .net 4.5 ..?
What are the types of memory management? : Dot net architecture
What is an asssembly qualified name? Is it a filename? How is it different?
Differences between VS 2005, 2008 and 2010 ?
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is the difference between primary & secondary storage device? : Dot net architecture
What is .net mobile images control. : Microsoft dot net mobile
What is an interrupt? : .NET Architecture
What size is a .net object?
How do I write to the application configuration file at runtime?
State the different levels of exceptional safety?
Can you explain scriptmanager control?
What is the use of web.config?
What is the cli? Is it the same as the clr?