|
-
Subclass on the fly
I have a based class within my Java application. I would like to add new classes on the fly based on my based class. Is there any way to do it while running the application.
For example in my program, I have
class BasedClass {
private String name;
BasedClass(String name){ this.name = name;}
}
Thanks for any opinion to achieve this.
Similar Threads
-
By mark9876 in forum Java
Replies: 0
Last Post: 03-24-2005, 10:57 PM
-
By Nate McFeters in forum Java
Replies: 1
Last Post: 12-09-2001, 09:09 AM
-
By David Reeves in forum Java
Replies: 4
Last Post: 10-27-2000, 08:46 AM
-
By Matthew Cromer in forum VB Classic
Replies: 8
Last Post: 08-04-2000, 11:44 AM
-
By Matthew Cromer in forum VB Classic
Replies: 0
Last Post: 08-04-2000, 08:30 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