Creating SubClass or Inheritance of Class | Xcode 12 | Swift 5.3 | KtrKathir

Опубликовано: 22 Сентябрь 2020
на канале: iPhone Kathiresan
161
3

In this Swift tutorial. I have discussed about What is inheritance and subclasses. What are the benefits and How to implement.

A class can inherit methods, properties, and other characteristics from another class. When one class inherits from another, the inheriting class is known as a subclass, and the class it inherits from is known as its superclass.

If you like my way of teaching like my video and post a comment to know more What you are expectation.

And also If you have any suggestions post a comment to let me know more.

Subscribe on YouTube : https://bit.ly/KtrKathir
Follow me on WordPress: https://bit.ly/KtrKathir-blog
Like my page on Facebook: https://bit.ly/KtrKathir-fb

#iOS #Swift #Xcode

Chapters:
0:00 Introduction
0:58 Benefits of Class Inheritance
1:35 Implementations