Answer:
This keyword prevents a class from directly instantiated. This keyword forces users to create references to only derived classes. This keyword is present in C# as abstract and it is very useful in creating applications.
Previous Question | Next Question |
Name some of the features of C# which are not present in VB.NET? | What would you do to remove Microsoft visual basic name space? |