Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Contrast the use of an abstract base class against an interface?

4 like 0 dislike
Hi,

Contrast the use of an abstract base class against an interface?

please describe..........
asked 1 year ago by marck_don (191,010 points)

1 Answer

1 like 0 dislike
 
Best answer
In the interface all methods must be abstract, in the abstract class some methods can be concrete. In the interface no accessibility modifiers are allowed, which is ok in abstract classes

Wether to Choose VB.NET/C#.
Both the languages ar using same classes and namespaces. Once it compile and generates MSIL, there is no meaning of which language it was written. If you are Java/C++ programmer better to choose C# for same coding style otherwise you can choose VB.net.
answered 1 year ago by daneim (127,080 points)

Related questions

5 like 0 dislike
0 answers
3 like 0 dislike
0 answers
2 like 0 dislike
1 answer
5 like 0 dislike
1 answer
3 like 0 dislike
0 answers
asked 1 year ago by DBA-boss (120,990 points)