Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them. - Laurence J. Peter
Originally posted by Garrett Rowe:
thanks a lot but i am from electronics background and i have joined in computer background at newcastle college in U.K and i am facing a lot of difficulty in doing this problem as i was not having this subject in my degree thats why i have posted this question and could you please frame all the required classes and constructors for me so that i can prepare documentation part on my own as i have two days for completion of my project and it is very new subject for me so i am asking for coding. thank you very much for helping me as i am learning java right now .[QB]
could you please frame all the required classes and constructors for me so that i can prepare documentation part on my own as i have two days for completion of my project and it is very new subject for me so i am asking for coding.
can you please make necessary correction for the below coding for which i have send you the description before
The first class to consider is Team. This will hold the data on a single team. The data held will be the name of the team, the number of wins, the number of draws and the number of losses for that team. It should have a single constructor that will set the team name and initialise the numeric values. It will provide getter methods for the attributes. It should also be possible to update the numeric attributes to record the results of a game. Note that the only way to set the team name must be via the constructor � once set it cannot be changed.
SCJP 1.4, SCWCD 1.3, SCBCD 1.3
Originally posted by Henry Wong:
where to initialize the team name and can you please reply how to do this as this is the first time i am doing java programming and i am facing a lot of difficulty in creating the team, league,controller class
Originally posted by charan kumar neela:
where to initialize the team name and can you please reply how to do this as this is the first time i am doing java programming and i am facing a lot of difficulty in creating the team, league,controller class
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Originally posted by Jeanne Boyarsky:
Really I am new to this programming that why i am asking for this and this is just a class work which does not give any marks but will give an idea of how to write the coding thatswhy i am asking for the java code, can you please send me the coding for one class so that i can frame for the other class also. thanking you.
i have tried and done some coding but i am facing some errors while executing it can [you] try
Originally posted by charan kumar neela:
[QB][/QB]
Welcome to JavaRanch.Originally posted by Umair Ejaz:
Hi ,
I . . . dont have issue in implementing this assignment as i already worked at C++
Not "may be"; if you are given such a detailed description in an assignment, you must implement it as described, or you will lose marks.Originally posted by Henry Wong:
It may be better to implement the classes in the order that it is described.
Right! We're on it! Let's get to work tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|