Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Pls screenshot program and check output //Thanls alot ___________________________________________________________ Q1: Implement the following Has-a relationship. Circle radius double 1.0 color:String red +Circle() +Circle(radius double) +get
Pls screenshot program and check output //Thanls alot
___________________________________________________________
Q1: Implement the following "Has-a" relationship. Circle radius double 1.0 color:String red +Circle() +Circle(radius double) +get Radius(): double +getArea(): double +toString ():String superclass subclass cylinder height double 1.0 +cylinder +cylinder (radius:double) +cylinder (radius double, height:double) +getHeight(): double double Q 2: Write an AWT GUI application called AWTAccumulator, which has four components: 1. a java awt Label "Enter an integer and press enter 2. an input java.awt TextField: 3. a java awt Label "The accumulated sum is", and 4. a protected (read-only) ava awt TextField for displaying the accumulated sum. Frame e AWT Accumulator Enter an integer al 123 Accumulated su Text Field Label Text Field (Component) (Component) (Component) Source of ActionEvent non-editableStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started