mutliple classes one file code example
Example: multiple classes in single file
Yes we can have multiple classes in single file but it people rarely do that
and not recommended. We can have multiple classes in File but only one class
can be made public. If we try to make two classes in File public,
we get following compilation error.
“The public type must be defined in its own file”.