Questions Related to technology

Multiple choice technology programming languages
  1. public class Circle implements Shape { private int radius;

  2. public abstract class Circle extends Shape { private int radius;

  3. public class Circle extends Shape {

  4. public abstract class Circle implements Shape {

Reveal answer Fill a bubble to check yourself
B,C Correct answer