Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PYTHON Question! The most import part is the last part that it is required to write functions to get access to data for Pokemon to

PYTHON Question!

The most import part is the last part that it is required to write functions to get access to data for Pokemon to battle and evolve for battle within the class. Please help.

image text in transcribed

Design a class named Pokmon to represent a Basic Pokmon Trading Card. Create a Basic Pokmon Trading Card (a class) and then three instances of the cards. Start from drawing a UML diagram of the card and writing its identity, attributes and functionalities. - Each Pokmon card should have at least a name, a type, a stage, and an amount of Health Points (HP) private data fields - str method to print the string representation of the class - The instances should be created in the main() method and method should be called from: If __name__ =main main ': (see attached game rules to collect symbol names ) [Don't create a Pokmon which is NOT in the rulebook] Pokmon card functions could be created based on the following description: - Opposite Pokmon can be knock out by using attack or abilities. - The card can Evolve into Stage 1 and Stage 2. (HP is how much damage it can take before the card knock out) - Create one or more accessor method to get access to the data

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

Intelligent Information And Database Systems Second International Conference Acids Hue City Vietnam March 2010 Proceedings Part 1 Lnai 5990

Authors: Manh Thanh Le ,Jerzy Swiatek ,Ngoc Thanh Nguyen

2010th Edition

3642121446, 978-3642121449

More Books

Students also viewed these Databases questions

Question

2. How is it that some organizations succeed during a recession?

Answered: 1 week ago