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.

Related questions

0 votes
asked Nov 6, 2022 in Swift by rajeshsharma
0 votes
0 votes
asked Nov 7, 2022 in Swift by Robin
...