Results 1 to 3 of 3
- 12-16-2011, 01:01 AM #1
Member
- Join Date
- Dec 2011
- Posts
- 1
- Rep Power
- 0
- 12-16-2011, 01:54 AM #2
Re: help!!
Probably.
-
Re: help!!
To start off; List all the entities involved in your system e.g. Students, Subjects, Teachers, etc; create an Object for each entity.
In each object:
a) create a constructor of how you would like to initialise the object
b) add fields for properties that need to be stored
c) add getter and setter methods to retrieve or set those properties
d) add behaviors (methods which are object-specific)
After that you can think about putting them together using Lists or otherwise.


1Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks