OOP Encapsulation Textbook questions
Hopefully, you have already watched the tutorial:https://web.microsoftstream.com/video/387a5132-0c82-4f5c-90e3-461919494515
Please complete questions 1 to 6 in the Bob reeves eTextbook page 44. You should read Pages 35-17.
Please use an HEAD with the questions clearly numbered. idealy you would convert the document to a pdf before uploading as it helps out server with online marking
Make sure you have a good trawl around the web. try to find tutorials and explanations that give a different example to me.. make sure you really understand the concepts
Copy the student class I showed you in the video, add the property StudentID, which should be set by the constructor (add a parameter)
Create a method called getExamNumber which returns the last 4 characters of the studentID.
In the main program add your own student Id to the instantiation and then call you new method displaying the result to the console. copy and paste your code and screenshot the console showing your code running. DO NOT UPLOAD a .VB or PY file