aspose file tools
The moose likes Beginning Java and the fly likes class   Vs   abstract base class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "class   Vs   abstract base class" Watch "class   Vs   abstract base class" New topic
Author

class Vs abstract base class

kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1300
What is the difference between dervied class extends from the normal base class and the dervied class extends from the abstract base class ?
marc weber
Sheriff

Joined: Aug 31, 2004
Posts: 11343

If a class extends an abstract class, then it must implement any methods in the abstract base (or be declared abstract itself).


"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: class Vs abstract base class
 
Similar Threads
abstract
Inheritance concepts
Why the o/p is not what it is expected ?
Methods Without Dot Operators? ? ?
abstract class