0 votes
in Swift by
How can we define a base class in swift?

1 Answer

0 votes
by
In a swift programming language, classes are not inherited from the base class. The classes are defined by the developer without specifying the superclass and it will become the base class automatically.
...