SRAVAN KUMAR RAVUPALLI
what is abstract class and abstract any diferences is thier?explain abstract class?
By SRAVAN KUMAR RAVUPALLI in ASP.NET on Jul 01 2013
  • SRAVAN KUMAR RAVUPALLI
    Jul, 2013 1

    their is no difference abstract and abstract class
    Abstract class:
    Abstract classes are classes that contain one or more abstract methods (methods without implementation). An abstract method is a method that is declared, but doesn't contain implementation (like method declaration in the interface). Abstract classes can't be instantiated, and require subclasses to provide implementations for the abstract methods. This class must be inhertied. This class is mostly used as a base class.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS