Concrete vs Abstract Flashcards

1
Q

What is the difference between Concrete and Abstract classes?

A

Concrete classes can instantiate instances, abstract classes cannot be instantiated and can use methods defined in them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

JFrame (Concrete or Abstract?)

A

concrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

JButton (Concrete or Abstract?)

A

concrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

JComponent (Concrete or Abstract?)

A

Abstract

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

JLabel (Concrete or Abstract?)

A

concrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

JTextField (Concrete or Abstract?)

A

concrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

JTextArea (Concrete or Abstract?)

A

concrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

JApplet (Concrete or Abstract?)

A

concrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

JContainer (Concrete or Abstract?)

A

Abstract

How well did you know this?
1
Not at all
2
3
4
5
Perfectly