Results 1 to 2 of 2

Thread: Interfaces and Abstract classes [Resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332

    Interfaces and Abstract classes [Resolved]

    What is the real difference between an Abstract Class and an Intrerface? When would you use an Abstract Class instead of an Interface? As far as I understand both of them give methods to any class that Extends\Implements them that must be over ridden because neither Abstract Classes nor Interfaces can pass real code or variables or properties. So besides that fact that an Abstract Class can be extended is there any difference between the two of them?
    Last edited by CaptainPinko; Sep 27th, 2001 at 11:05 AM.
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width