File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes need help!!on interfaces and abstarct classes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "need help!!on interfaces and abstarct classes" Watch "need help!!on interfaces and abstarct classes" New topic
Author

need help!!on interfaces and abstarct classes

Hema lata
Ranch Hand

Joined: Jan 24, 2005
Posts: 34
hello,
I am little frustarted since I am not getting an idea on -" when and how to use certain features of java"?. For example: i donot have any clue on interfaces and abstarct class uses and advantages. Also I am interested to know even if for simple on line forms can these features can be used. if es then how to go about it. Can any one help me on this.

Thanks in advance
Hema
Edwin Keeton
Ranch Hand

Joined: Jul 10, 2002
Posts: 214

Your question is very general and thus difficult to answer briefly. The usages of interfaces and abstract classes is a very broad topic.

From a 50,000 foot perspective, they enable polymorphism, which is one of the fundamental principles of object oriented programming. If you aren't comfortable with this topic, you may be looking for a tutorial on object-oriented programming principles.

Polymorphism enables abstraction and indirection, which allows for "separation of concerns" in tiered applications, which are important concepts for even simple forms.

You will probably get much better answers if you can make your question a little more specific and concrete. Where and/or how are you having difficulty with using interfaces and abstract classes?


SCJP, SCWCD
Kj Reddy
Ranch Hand

Joined: Sep 20, 2003
Posts: 1697
Hope the following link is helpful for you:
http://www.javaworld.com/javaworld/javaqa/2001-04/03-qa-0420-abstract.html
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: need help!!on interfaces and abstarct classes
 
Similar Threads
Difference in Abstract classes and Interfaces
will it possible to definefianl abstarct class and interfaces?
interface within class or interface
Abstract classes and Interfaces in Project
Abstract class and Interface