hi everybody...
i have a project but i want to make everything clear in my mind before starting coding..actually i am beginner in c# and i want to learn it well...and my problem is that for example in my project i will have some parts like personel or simple account part and etc.. i think about if some companies want personel part but not account so what will happen...should i program them like modules ?...if so how can i create a module or are there some other ways ?
can u inform me about it pls ? or u have any link to share with me ?
Loading
Manikavelu VelayuthamPosted Sep 20, 2010, 7:16 AM
For example in a banking project, there will be a Savings Account & Current Account. Some function will be common in both the account, those function should be in a seperate class which can be share by both the account. Remaining fuction will be presen in their own classes.
Erdinc KolukisaPosted Sep 20, 2010, 7:09 AM
Manikavelu VelayuthamPosted Sep 20, 2010, 7:02 AM
you need to split upthe module like School, Class, Section, Student, & etc.
Each one should be a seperate class.
Based on that OOPS concepts should be applied.