Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Mathematical
7.8K+ articles
Objective-C OOPs
10 posts
Recent Articles
Popular Articles
Overriding Methods in Objective-C
Last Updated: 28 April 2025
If a subclass (child class) has the same method name as declared in the parent class, then it is known as method overriding in Objective C. Method overriding is a language...
read more
Picked
Objective-C
Objective-C OOPs
Categories in Objective-C
Last Updated: 28 April 2025
Categories are an important concept in the Objective-C programming language. They allow developers to extend the functionality of existing classes without having to modify...
read more
Picked
Objective-C
Objective-C OOPs
Objective-C Categories
Polymorphism in Objective-C
Last Updated: 28 April 2025
One of the fundamental concepts in object-oriented programming is polymorphism. It enables objects to take on a variety of forms depending on their context. In Objective-C...
read more
Picked
Objective-C
Objective-C OOPs
Overriding Inherited Methods in Objective-C
Last Updated: 28 April 2025
Objective-C is an object-oriented programming language that is widely used in the development of iOS and Mac applications. Inheritance is an important concept in object-or...
read more
Picked
Objective-C
Objective-C OOPs
Composite Objects in Objective-C
Last Updated: 28 April 2025
In Objective-C, composite objects are objects that are composed of other objects. This means that an object can have one or more objects as its instance variables, and it ...
read more
Picked
Objective-C
Objective-C OOPs
Classes & Objects in Objective-C
Last Updated: 28 April 2025
Objective-C is an object-oriented programming language that has been used for developing software applications for various Apple platforms, such as iOS, macOS, watchOS, an...
read more
Picked
Objective-C
Objective-C OOPs
Inheritance in Objective-C
Last Updated: 28 April 2025
In general, Inheritance is a mechanism by which a subordinate or child class acquires the traits and qualities of a superordinate class or other derived classes. It also a...
read more
Picked
Objective-C
Objective-C OOPs
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 !