P Narasimha
What is an Absract class?We are not Create an Instance for the Abstract class?What is Main Reason?
By P Narasimha in ASP.NET on Dec 08 2008
  • P Narasimha
    Dec, 2008 8

    Hi,

    What is an Absract class?We are not Create an Instance for the Abstract class?What is Main Reason?

    Thanks,

    Narasima

    • 1
  • Bechir Bejaoui
    Dec, 2008 9


    OK the abstract class is not used directly because I could be partially implemented or not implemented at all, implemented means that its methods are popullated by code to leaverage some tasks.

    Abstract classes  are only used to derive classes from them, they serve as top model for the descendant class generation

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS