-
abstract means what in Java?
Friends, what is the meaning of abstract in Java?
We see abstract class, abstract method...
What is the word mean abstract?
-
Abstract means Semi or unfinished
HI
We usually write Abstract classes when we want to give some default functinality to all the other classes who are of our type(sub-classes of this abs class) and in most of the cases we write abstract methods in the Abs class to force the concrete class to override the method and provide a business logic for the same.
Let me know if this does not make sense for you.
www.j2eequestions.com
-
Abstract means that the method is declared but not defined. A descendant of the parent class with an abstract method must implement that method to make it work.
-
Thanks "nspils" and "jasprit" for posting your answers.
Similar Threads
-
Replies: 9
Last Post: 09-19-2007, 05:58 AM
-
Replies: 1
Last Post: 05-13-2005, 06:46 AM
-
By Mike Tsakiris in forum .NET
Replies: 11
Last Post: 10-04-2002, 05:32 PM
-
By JJ in forum Enterprise
Replies: 1
Last Post: 07-06-2000, 04:50 AM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks