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
e Only a final class cannot be extended a... View full answer
Get step-by-step solutions from verified subject matter experts
