Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using C#/ C Sharp Exercise 6-6: Project for Teaching about Shapes A In this project, you are going to exercise the design and development process

image text in transcribedusing C#/ C Sharp

Exercise 6-6: Project for Teaching about Shapes A In this project, you are going to exercise the "design and development process" through the design and development of some shapes classes, such as Rectangle, Circle, and Triangle. Assuming the purpose of this project is to teach kids about some essential concepts of shapes, including what basic elements of each shape and how to calculate areas, etc. Using GUI is encoraged. Recall the process: 1. Understand the problem 2. Decide classes needed 3. UML Design 4. Think again: How do the modules (classes) solve the problem? What does the driver need to do? Are the members enough? etc. 5. Develop the code for each class 6. Develop the driver Exercise 6-6: Project for Teaching about Shapes A In this project, you are going to exercise the "design and development process" through the design and development of some shapes classes, such as Rectangle, Circle, and Triangle. Assuming the purpose of this project is to teach kids about some essential concepts of shapes, including what basic elements of each shape and how to calculate areas, etc. Using GUI is encoraged. Recall the process: 1. Understand the problem 2. Decide classes needed 3. UML Design 4. Think again: How do the modules (classes) solve the problem? What does the driver need to do? Are the members enough? etc. 5. Develop the code for each class 6. Develop the driver

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

Professional Visual Basic 6 Databases

Authors: Charles Williams

1st Edition

1861002025, 978-1861002020

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago