Swift: OOP concepts
What is OOP?
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields (attributes), and code, in the form of procedures (methods).
Some key concepts of ...
sagecode.hashnode.dev11 min read