Skip to content

Instantly share code, notes, and snippets.

@agiri23
Last active December 16, 2021 21:23
Show Gist options
  • Save agiri23/5503c579fdb73d75b901e877f588214c to your computer and use it in GitHub Desktop.
Save agiri23/5503c579fdb73d75b901e877f588214c to your computer and use it in GitHub Desktop.
Sample Sealed class app
public sealed class SampleSealedClassApp {
final class SampleClass extends SampleSealedClassApp{}
final class SampleSecondClass extends SampleSealedClassApp{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment