Question: Create the Encapsulation Python program of the problem below. *Create a Class Atm *Instance ownerName & money (MODIFIER IS PRIVATE) *Create a Constructor (default value
Create the Encapsulation Python program of the problem below. *Create a Class "Atm" *Instance ownerName & money (MODIFIER IS PRIVATE) *Create a Constructor (default value bal=500 & owner Name=""Unknown) Mutator Accessor *Create 2 object owner1 and owner2 *Set the name of owner1 to Adam and owner2 to Ben using mutator *Set the bal of owner1 to 7000 and bal to 10000 using mutator *Get the name of owner1 and owner2 using accessor & then Print Output: Adam money balance is: 7000 Ben money balance is: 10000 upload screenshot JPEG.jpg file format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
