|
-
Sep 4th, 2001, 05:19 PM
#1
Thread Starter
Dazed Member
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?
Last edited by Dilenger4; Oct 8th, 2001 at 03:01 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|