Solved

Which of the Following Statements Creates a Class That Is

Question 31

Multiple Choice

Which of the following statements creates a class that is extended from the JFrame class?


A) JFrame DerivedClass = new JFrame() ;
B) class JFrame DerivedClass;
C) JFrame(DerivedClass) ;
D) public class DerivedClass extends JFrame{}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions