Management Information Systems Department MIS 211: Business Computer Programming Chapter 10: Classes and objected oriented 2nd Semester 2021-2022 Lab Sheet 8 programming Write a class named student...


in python language plz


Management Information Systems Department<br>MIS 211: Business<br>Computer Programming<br>Chapter 10: Classes and<br>objected oriented<br>2nd Semester 2021-2022<br>Lab Sheet 8<br>programming<br>Write a class named student that holds the following data about a student in attributes:<br>first-name, last-name, ID-number, and phone number. Once you have written the<br>class, write a program that creates three instances of the class. One instance should<br>hold your information, and the other two should hold your friends' information.<br>Output:<br>f-name<br>1-name<br>s-ID<br>phone<br>Sara<br>Ahmd<br>44101<br>54734<br>Nora<br>Nasr<br>44102<br>54280<br>Maha<br>Majd<br>44103<br>54297<br>

Extracted text: Management Information Systems Department MIS 211: Business Computer Programming Chapter 10: Classes and objected oriented 2nd Semester 2021-2022 Lab Sheet 8 programming Write a class named student that holds the following data about a student in attributes: first-name, last-name, ID-number, and phone number. Once you have written the class, write a program that creates three instances of the class. One instance should hold your information, and the other two should hold your friends' information. Output: f-name 1-name s-ID phone Sara Ahmd 44101 54734 Nora Nasr 44102 54280 Maha Majd 44103 54297

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here