aspose file tools
The moose likes Java in General and the fly likes Exact Use of Abstract Class And Interface 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 » Java in General
Reply Bookmark "Exact Use of Abstract Class And Interface" Watch "Exact Use of Abstract Class And Interface" New topic
Author

Exact Use of Abstract Class And Interface

Rajendra Prakash
Ranch Hand

Joined: Sep 10, 2009
Posts: 293
I googled what is Abstract class and interface.
I get Abstract class cannot be instantiated , which contains abstract and concreate methods.
If you want to implement some common or default behaviours we can use abstract class.
I get difference between abstract class and interface

What is the exact use of Abstract class and interface. when to use which.
I am new to java. though i read so many books i can't understand clearly.
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

That would be great if Google could easily find our FAQ.


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Exact Use of Abstract Class And Interface
 
Similar Threads
Abstract Class & Interface
Regaring abstact class and interface
abstract class and interface
MasterExam OO question
Difference between Interface and Abstract class