What is the difference between Abstract and Interface?
Answer Posted / jitendra yadav
Abstract Class may contain constructor but interface does
not contain constructor.
Is This Answer Correct ? | 25 Yes | 8 No |
Post New Answer View All Answers
What is the use of properties window?
Does c# support templates?
What is the use of protected in c#?
Why is xml called extensible?
Define Abstract Class in C#
What is interface inheritance in c#?
Can a private virtual method can be overridden?
Can multiple inheritance implemented in c# ?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What are the differences between system.string and system.text.stringbuilder classes?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
Why is c# used?
what is a structure in c#
In a site to turn off cookies for one page which method is followed?
If you donot specify an access modifier for a method, what is the default access modifier?