📄️ Introduction
what is Swfit and Concepts..
📄️ Variable and Constants
variables and constants are used to store values
📄️ Optionals
safely handle situations where a value may be missing.
📄️ Control Flow
Statements and Condition checking.
📄️ Functions and Closures
Functions and closures are fundamental concepts in Swift.
📄️ Object-Oriented Programming
Object-Oriented Programming (OOP) focuses on modeling software using objects that encapsulate data and behavior
📄️ Memory Management
Swift revolves around the automatic management of memory allocation and deallocation.
📄️ Error Handling
Enable code to respond to and recover from unexpected or erroneous conditions during execution.
📄️ Concurrency
Task to execute independently and potentially simultaneously.