Thursday, March 12, 2009

In a scenario, where you have to write an application which navigates

Question :In a scenario, where you have to write an application which navigates
between different pre-defined states of the
application, what should I be using, an Abstract class or an
Interface? (CoreJava)

Answer :I would suggest Abstract class as your application is navigating through
pre-defined states of the application.

No comments: