Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

other methods: set_name, set_enrollment, and set_urban. Note that each set method takes an input argument. Define set_enrollment method such that if the input argument is

image text in transcribed
other methods: set_name, set_enrollment, and set_urban. Note that each set method takes an input argument. Define set_enrollment method such that if the input argument is larger than 0 , enrollment should be set to the input argument, otherwise it should be set to 0 . 2. Create two objects of University class: (1) tsu with name TSU, enrollment 8000 , and urban True, and (2) asu with name ASU, enrollment 30000 , and urban False. 3. Print the values of instance variables for tsu and asu using the get methods. 4. Change enrollment for tsu to 8500 using set_enrollment. 5. Change enrollment of asu to 3500 by using set_enrollment. 6. Print the values of instance variables for tsu and asu using the get methods

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions