what is meant by Business,System,Interface,Persistence classes? Explain me with some examples?
|
|
|||||
|
|
|
Business could be the part of your application where all the functional part happens (ie computations or rules) System is your OS Interface, thats a contract in Java POO -> see java for beginners and stuff like that Persistence is the part of your application where all the database communication part happens (ie sql requests) |
||
|
|
|
|
|
||
|
|
