473,385 Members | 1,934 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

task as an example for exam on c++

1. Define a class, describing dates from the calendar.
2. Define for it the suitable get and set methods.
3. Define a class, describing student with: name, faculty number, date of birth(use the first class), average.
4. Define the suitable get and set methods.
5. Define an impicit constructor and such with parameters for initialization of the object
6. Define a method, with parameter date, that returns the age of the student.
7. Define a class, describing the students from your stream with:
a) list of students(use the class from 3.)
b) number of the stream
c) specialty
8. Define the suitable get and set methods
9. Define an impicit constructor and such with parameters for initialization of the object
10. Define a method, adding a student in the stream.
11. Define a method, deleting a student in the stream.
12. Define a method for searching a student in the stream. The method must be with one parameter object from class student (from 3.) and to return a Boolean result.
13. Overload the method from 13. to work with:
a) one parameter – name of the student
b) one parameter – faculty number of the student.
14. Define a method, that change the data for a student from the stream. The method must have a parameter object from the class of 3., which are the new data.
15. Define a method, that find the student with the max average in the stream.
16. Define a method, thatarrange the students in the stream by name.
17. Define a method, that calculate average of the stream and returns a class, containing the number of the stream, specialty and average.
18. Define a method, that returns array(list) of the students in the stream, who are between 18 and 26 years .
19. Define a method, that returns array) of the students with weak averag
Jun 3 '07 #1
5 1771
1. Define a class, describing dates from the calendar.
2. Define for it the suitable get and set methods.
3. Define a class, describing student with: name, faculty number, date of birth(use the first class), average.
4. Define the suitable get and set methods.
5. Define an impicit constructor and such with parameters for initialization of the object
6. Define a method, with parameter date, that returns the age of the student.
7. Define a class, describing the students from your stream with:
a) list of students(use the class from 3.)
b) number of the stream
c) specialty
8. Define the suitable get and set methods
9. Define an impicit constructor and such with parameters for initialization of the object
10. Define a method, adding a student in the stream.
11. Define a method, deleting a student in the stream.
12. Define a method for searching a student in the stream. The method must be with one parameter object from class student (from 3.) and to return a Boolean result.
13. Overload the method from 13. to work with:
a) one parameter – name of the student
b) one parameter – faculty number of the student.
14. Define a method, that change the data for a student from the stream. The method must have a parameter object from the class of 3., which are the new data.
15. Define a method, that find the student with the max average in the stream.
16. Define a method, thatarrange the students in the stream by name.
17. Define a method, that calculate average of the stream and returns a class, containing the number of the stream, specialty and average.
18. Define a method, that returns array(list) of the students in the stream, who are between 18 and 26 years .
19. Define a method, that returns array) of the students with weak averag
Jun 3 '07 #2
ilikepython
844 Expert 512MB
1. Define a class, describing dates from the calendar.
2. Define for it the suitable get and set methods.
3. Define a class, describing student with: name, faculty number, date of birth(use the first class), average.
4. Define the suitable get and set methods.
5. Define an impicit constructor and such with parameters for initialization of the object
6. Define a method, with parameter date, that returns the age of the student.
7. Define a class, describing the students from your stream with:
a) list of students(use the class from 3.)
b) number of the stream
c) specialty
8. Define the suitable get and set methods
9. Define an impicit constructor and such with parameters for initialization of the object
10. Define a method, adding a student in the stream.
11. Define a method, deleting a student in the stream.
12. Define a method for searching a student in the stream. The method must be with one parameter object from class student (from 3.) and to return a Boolean result.
13. Overload the method from 13. to work with:
a) one parameter – name of the student
b) one parameter – faculty number of the student.
14. Define a method, that change the data for a student from the stream. The method must have a parameter object from the class of 3., which are the new data.
15. Define a method, that find the student with the max average in the stream.
16. Define a method, thatarrange the students in the stream by name.
17. Define a method, that calculate average of the stream and returns a class, containing the number of the stream, specialty and average.
18. Define a method, that returns array(list) of the students in the stream, who are between 18 and 26 years .
19. Define a method, that returns array) of the students with weak averag
You expect us to do that all for you? Here, we help people with problems, not do assignments for them. If you have a question you can post it. Please read the Posting Guidelines.
Jun 3 '07 #3
AdrianH
1,251 Expert 1GB
Also, do not double post. This is your first warning. Read the Posting Guidelines at the begining of the forum.


Adrian
Jun 3 '07 #4
Banfa
9,065 Expert Mod 8TB
Also do not PM your questions to Admins mods, experts or any other people using the site.
Jun 3 '07 #5
bartonc
6,596 Expert 4TB
Also do not PM your questions to Admins mods, experts or any other people using the site.
Ditto !
Jun 3 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: The LoxFather | last post by:
JAVA Programmer vs Developer Exam: Which one should I prepare for? Is one exam more difficult than the other? How is the job outlook for both positions?
9
by: Vanessa BJ | last post by:
Hi. I am an amateur Java enthusiast. I currently work as a carpenter and I moonlight on the weekends as a photographer. I'm trying to transition a career change. Which Java exam should I start...
0
by: who be dat? | last post by:
I'm currently taking an online class for SQL Server which is aimed at teaching you the information you need to pass exam #70-229. However, concerns exists on my part on how good this web based...
1
by: Tammy | last post by:
Please accept my apologies for asking a question that probably has already been asked a thousand times. I tried doing a search but everyone puts generic titles to their articles on the Access MOUS...
2
by: Mark | last post by:
I've taken 4 of 5 exams to get my MCSD. My last exam is the Solution Architecture exam. At least in my experience, I've been surprised at how different the difficultly level *felt* between the...
6
by: Wee Bubba | last post by:
hello. I have decided to study for my MCAD qualifications. I am definetely going to do a core exam in "Developing Web Applications With C#". I am also doing a core exam in "Developing XML...
29
by: Mr Newbie | last post by:
Im going to be looking to do this exam fairly soon, but ive done a couple of practice tests and found them to be a bit tricky in as much as you have to REALLY READ the questions carefully else they...
0
by: hemanth | last post by:
Hi, I have a problem at hand. There is a link http://alpha2.iimb.ernet.in/pgsem2006/interviewcall.html. Which displays the result of an exam. I want to check the result of all the 2000...
2
by: derekbarrett | last post by:
Hi, I found this article in DB2 magazine and learned about the Problem Determination Mastery Exam. I am very interested in taking the exam, however, following the links in the article leads to...
3
by: samadams_2006 | last post by:
Hello, I'm interested in taking the following exam for an upcoming job. Exam 70-315: Developing and Implementing Web Applications with Microsoft Visual C#â„¢ .NET and Microsoft Visual Studio...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.