Smartz7693 Smartz7693 26-07-2024 Computers and Technology Answered Which one of the following class declarations is a valid declaration of a class that cannot be extended? Select the one correct answer. final class Link { } abstract class Link { } native class Link { } class Link { } abstract final class Link { }