Problem Statement - B02C-2015D
Write a class PICTURE in Python with following specifications: Instance Attributes
- Category # String value - Location # Exhibition Location with String value Methods: - FixLocation() # A method to assign Exhibition # Location as per Category as # shown in the following table
Category | Location |
Classic | Amina |
Modern | Jim Plaq |
Antique | Ustad Khan |
– Enter() # A function to allow user to enter values # Pno, Category and call FixLocation() method – SeeAll() # A function to display all the data members
Solution
CSKC| Created: 14-Jan-2019 | Updated: 14-Jan-2019|CBSE12D-2015