Below is the question, I need answer of Part f, please What is the role of a normal constructor? Create the class Student, which must have a normal constructor and at least 5 attributes. Note: The attributes must include all the details mentioned in the scenario and others of your choice. The marks of the student in different modules must be stored using arrays. b. Explain the benefits of encapsulation in Object Oriented Programming. Include proper methods for setting and getting the attributes of the class Student. c. In the class Student, create a method for each of the following results using the array concept and any type of loop: i. The total or average mark of the student in each module. d. Draw the tracing table that shows an example of execution of any of the previous methods. e. Create a method that will display the transcript of the student, which must include the student details and at all the results found in task 2.c by calling the respective methods. f. Create the principal program, which will complete the following tasks: i. Create a new Student object by reading the required details and by applying at least one type of data validation of your choice on the input. ii. Read and save the list of module names and the list of module marks awarded to the student in the two assignments. iii. Display the transcript of the student by calling the adequate method. iv. Repeating the previous tasks until the user decides to exit.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 13SA
icon
Related questions
Question

Below is the question, I need answer of Part f, please

What is the role of a normal constructor? Create the class Student, which must have a normal constructor and at least 5 attributes. Note: The attributes must include all the details mentioned in the scenario and others of your choice. The marks of the student in different modules must be stored using arrays. b. Explain the benefits of encapsulation in Object Oriented Programming. Include proper methods for setting and getting the attributes of the class Student. c. In the class Student, create a method for each of the following results using the array concept and any type of loop: i. The total or average mark of the student in each module. d. Draw the tracing table that shows an example of execution of any of the previous methods. e. Create a method that will display the transcript of the student, which must include the student details and at all the results found in task 2.c by calling the respective methods. f. Create the principal program, which will complete the following tasks: i. Create a new Student object by reading the required details and by applying at least one type of data validation of your choice on the input. ii. Read and save the list of module names and the list of module marks awarded to the student in the two assignments. iii. Display the transcript of the student by calling the adequate method. iv. Repeating the previous tasks until the user decides to exit.

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage