DeanConsulting
Programmer
Hello,
I am new to OOP programming and struggling a little. So, please be easy on me.
I want to design a small software application that keeps track of a user's software keys. The program will be able to add, edit, and delete keys from a file. The data for a key will be: title, version, purchase date, key1, key2, author, and contact.
I want to do this in Java. I am not so much interested in the code to do it rather I am interested in how to create classes and objects.
Here is what I have come up with: (Comments/Suggestions please)
Class:
softtitle
Properties: name,version,purchaseDate,key1,key2,author,contact
Methods:
saveTitle(),loadTitle(),deleteTitle(),displayTitle()
Is this even close to being right or am I not grasping the concepts of OOP yet?
Thanks in advance,
Noble
---------------------------------------
Noble D. Bell
I am new to OOP programming and struggling a little. So, please be easy on me.
I want to design a small software application that keeps track of a user's software keys. The program will be able to add, edit, and delete keys from a file. The data for a key will be: title, version, purchase date, key1, key2, author, and contact.
I want to do this in Java. I am not so much interested in the code to do it rather I am interested in how to create classes and objects.
Here is what I have come up with: (Comments/Suggestions please)
Class:
softtitle
Properties: name,version,purchaseDate,key1,key2,author,contact
Methods:
saveTitle(),loadTitle(),deleteTitle(),displayTitle()
Is this even close to being right or am I not grasping the concepts of OOP yet?
Thanks in advance,
Noble
---------------------------------------
Noble D. Bell