Dot Net Framework Question:
What are abstract classes? what is overriding?
Answer:
A class that contains on one or more abstract functions is
known as abstract class.
we can not instantiate abstract class directly.first we have
to create a derived class and then we can instantiate.
known as abstract class.
we can not instantiate abstract class directly.first we have
to create a derived class and then we can instantiate.
Previous Question | Next Question |
What is .NET? | In which testing using in .net framwork? |