The Artima Developer Community
Sponsored Link

Java Answers Forum
DYNAMIC BINDING

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
DAYO

Posts: 22
Nickname: done
Registered: Jun, 2002

DYNAMIC BINDING Posted: Jun 6, 2002 5:45 PM
Reply to this message Reply
Advertisement
I am writing a JAVA(SWING/GUI) program that recognises certain commands.Users will enter command and the program executes the command.I want to be able to add commands in future.I have been able to do it with IF/ELSE statements and would like to do it using polymorhism so as to allow dynamic binding.
I am open to any suggestions

Topic: help: to convert my applet to an application Previous Topic   Next Topic Topic: Points on the Bezier Curve

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use