CrazyEngineers
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorMar 9, 2014

    rahulkhandekar894
    Can anybody tell me difference between abstract class and interface..?
    Welcome to CE. Have a look at these excellent discussions on CrazyEngineers about Abstract Classes & Interfaces:

    #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
  • SDKING

    MemberMar 9, 2014

    Abstract class-abstract class is used to only provide the base to the child class.An abstract class is one that cannot be instantiated. All other functionality of the class still exists, and its fields, methods, and constructors are all accessed in the same manner. You just cannot create an instance of the abstract class.
    //-----------------------------------------------------------------
    Interface-An interface is not a class.Writing an interface is similar to writing a class, but they are two different concepts. A class describes the attributes and behaviors of an object. An interface contains behaviors that a class implements.
    //------------------------------------------------------------
    just go through it...
    if still you cant understand the concept then i can explain with some program if you have......
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register