Results 1 to 2 of 2
Thread: question about abstract methods
- 07-23-2007, 06:41 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 26
- Rep Power
- 0
- 07-25-2007, 08:36 PM #2
Member
- Join Date
- Jul 2007
- Posts
- 55
- Rep Power
- 0
abstract methods are implemented by the extending class. i think your not understanding abstract methods. they basically define a contract between the parent and children object. if i declare a method in the parent class as abstract, i define the signature of that method. all subclasses will be required to implement the abstract method or be defined as an abstract class (since it doesn't implement the abstract method).
Similar Threads
-
Error! "filename" is not abstract and does not override abstract method...
By hasani6leap in forum New To JavaReplies: 6Last Post: 10-27-2008, 12:25 AM -
Abstract Class with Static Methods
By bugger in forum New To JavaReplies: 7Last Post: 09-05-2008, 12:20 AM -
Newbie question about Static methods
By SCS17 in forum New To JavaReplies: 9Last Post: 02-06-2008, 08:03 AM -
Abstract Class question
By maa11235 in forum New To JavaReplies: 1Last Post: 01-05-2008, 10:30 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks