Results 1 to 5 of 5

Thread: Abstract Methods [resolved]

Threaded View

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Abstract Methods [resolved]

    Abstract classes can contain final methods? This is what
    i just read somewhere and i think that the statement is
    inaccurate.

    They go on to say that Abstract Classes can contain
    bolth final methods and non-abstract methods.

    The latter i can see as being correct becuse it is implied that
    a method declared in an abstract class is abstract wether the
    abstract key word is specified or not.

    A final method cannot be overridden. An abstract method implies
    that somewhere down the line implementation will be provided
    for this method, so how can you have bolth?

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