Answers

Question and Answer:

  Home  ASP.NET 2.0

⟩ Explain What is an abstract class?

An abstract class is one in which methods are defined but an object of this class cannot be instanstiated.this type of a class can only be derived but cannot be instantiated.

 123 views

More Questions for you: