[solved]-Need Help Asap Following Class Cannot Extended 1final Class Rectangle 2public Class Rectan Q39053021
// I need help ASAP!
Which of the following class cannot be extended?
1final class Rectangle
{
}
2public class Rectangle
{
}
3native class Rectangle
{
}
4private class Rectangle
{
}
Expert Answer
Answer to // I need help ASAP! Which of the following class cannot be extended? 1final class Rectangle { } 2public class Rectangle… . . .
OR

