Dot Net Framework Question:
Download Job Interview Questions and Answers PDF
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.
Download Dot Net Framework Interview Questions And Answers
PDF
Previous Question | Next Question |
What is .NET? | In which testing using in .net framwork? |