say I have these two classes in a single file where class A is a top level class:
class A{
class B{
}
}
how to make another top level class, say class C, extend class B without making B static?
say I have these two classes in a single file where class A is a top level class:
class A{
class B{
}
}
how to make another top level class, say class C, extend class B without making B static?
Copyright © 2021 Jogjafile Inc.