Question: Which one of the following class declarations is a valid declaration of a class that cannot be extended? Select the one correct answer. (a) class

Which one of the following class declarations is a valid declaration of a class that cannot be extended?

Select the one correct answer.

(a) class Link { }

(b) abstract class Link { }

(c) native class Link { }

(d) final class Link { }

(e) abstract final class Link { }

Step by Step Solution

3.37 Rating (153 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

e Only a final class cannot be extended a... View full answer

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 Java Programming 8th Questions!