Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
Mathematics
5.6K+ articles
Objective-C-Variables
5 posts
Recent Articles
Popular Articles
Accessing the Data Members in Objective-C
Last Updated: 28 April 2025
Accessing data members in Objective-C refers to the process of accessing or manipulating the instance variables (also known as properties) of an object in an Objective-C p...
read more
Picked
Objective-C
Objective-C-Variables
Variables in Objective-C
Last Updated: 28 April 2025
A variable is a place for data storage that our programs can access or manipulate. In Objective-C, variables have a defined type that specifies their shape and layout. The...
read more
Picked
Objective-C
Objective-C-Variables
Dynamic Binding in Objective-C
Last Updated: 28 April 2025
As the name suggests Dynamic binding is the process of joining two different things or creating a relation between different things. Or we can say that dynamic binding is ...
read more
Picked
Objective-C
Objective-C-Variables
Objective-C Methods
Pointer Arithmetic in Objective-C
Last Updated: 28 April 2025
The pointer stores the address of another variable. So that we can perform the arithmetic operations on a pointer. There are four types of operators that can be used in po...
read more
Picked
Objective-C
Objective-C-Variables
Dynamic Typing in Objective-C
Last Updated: 28 April 2025
The term "dynamic typing" refers to a variable's type only being established during runtime. Strong typing means that when executing operations, types must be compatible w...
read more
Picked
Objective-C
Objective-C-Variables
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !