Question: public class shape 1 / / details omitted } public class circle extends shape } / / details omitted } public class Triangle extends Shape

public class shape
1
// details omitted
}
public class circle extends shape
}
// details omitted
}
public class Triangle extends Shape
{
// details omitted
Which of the following are correct?
Circle IS-A Shape
Triangle IS-A Circle
Triangle IS-A Shape
Shape IS-A Triangle
Circle IS-A Triangle
Shape IS A Circle
 public class shape 1 // details omitted } public class circle

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!