Get expert advice and community support for your questions on IDNLearn.com. Join our community to access reliable and comprehensive responses to your questions from experienced professionals.

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 { }