Posted By:
Anonymous
Posted On:
Tuesday, August 21, 2001 09:42 PM
Hello
BOUNDARY CLASS:
it is responsible for the user interface with the actors.
ENTITY CLASS:
it is responsible for the data, which your application have to handle and provide machanism for storing and retrival of data from Database.
CONTROL CLASS:
it is responsible for the business login and provide link between bounday and entity classes.
if you understand this you can easily compare it with MVC.
Fawad18@email.com