Login
Remember
Register
Ask a Question
How can we define a base class in swift?
0
votes
asked
Nov 8, 2022
in
Swift
by
SakshiSharma
How can we define a base class in swift?
class
swift
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 8, 2022
by
SakshiSharma
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.
...