SlideShare a Scribd company logo
Objective‐C 
with respect to 
C# and Java
C# and Java
Presented by
Presented by

Babul Mirdha
Babul Mirdha
Founder at 

েসcা.Net (www.seccha.net)
Organizer at
Organizer at
Having more than 5 years of
working experiences with
g
p
iOS, Android, Windows
Phone, Web & Desktop
(.Net) app development, I
have worked with various
languages, technologies &
tools
in
different
environment.

iOS Developers Meetup
Senior Software Engineer at

LeadSoft Bangladesh Limited
Overview
• Objective‐C
Objective C
– A thin layer on top of C and a strict superset of C; 
–Object‐Oriented Programming language
b
d
l
–follows ANSI C style coding
–that adds Smalltalk‐style messaging
that adds Smalltalk style messaging 
Dynamic Language
Dynamic Language
• There is no formal written standard
– Relies mostly on libraries written by others

• Flexible almost everything is done at runtime
Flexible almost everything is done at runtime.
– Dynamic Binding
– Dynamic Typing
– Dynamic Linking

• This allows for greater flexibility
• Minimizes RAM and CPU usage
C++/C#/Java VS Objective‐C 
Terminology Comparison
T
i l
C
i
Class Declaration
Class Declaration
.NET C#

Objective‐C

cass AClass : Object
{
int aValue;
void doNothing();
g()
String returnString();
}

@interface AClass : NSObject
{
int aValue;
}
‐ (void)doNothing();
+ (NSString)returnString();
@
@end
Method Declaration
• Two type of Method:
– Class Method
– Instance method

• A class method 
– indicated by a plus (+) character. 
– associated with the class type.

• An instance method 
– indicated by a minus (‐) character
indicated by a minus (‐) character. 
– associated with an instance object associated with the 
class.
Objective-C with respect to C# and Java
How to pass parameters to method.
How to pass parameters to method.
Valid Mathod
Valid Mathod
Properties
Strings
Immutable vs Mutable String
Immutable vs Mutable String
Interfaces and Protocols
Objective-C with respect to C# and Java
Comments
Demo

Hello World!
Q & A
Thank You All

More Related Content

What's hot (20)

PDF
Java language is different from other programming languages, How?
Gyanguide1
 
PPTX
.Net language support
Then Murugeshwari
 
PPTX
Presentation
bhasula
 
PPTX
Introduction To C#
rahulsahay19
 
PPTX
Presentation1
Nadine Mourad
 
PPT
Introduction to c_sharp
HEM Sothon
 
PPT
Introduction to c_sharp
Jayanta Basak
 
PPTX
Java v/s .NET - Which is Better?
NIIT India
 
PPT
Characteristics of c#
Prasanna Kumar SM
 
PPT
Programming with c#
Luis Goldster
 
PDF
C sharp chap1
Mukesh Tekwani
 
PDF
1 get started with c#
Tuan Ngo
 
DOC
Week1 dq3
amaxwell2012
 
PPTX
Introduction to C# Programming
Sherwin Banaag Sapin
 
DOCX
Since the release of c
studyabroaduniv
 
PPTX
Introduction to c
poojaanuragchouhan
 
PPT
C#.NET
gurchet
 
Java language is different from other programming languages, How?
Gyanguide1
 
.Net language support
Then Murugeshwari
 
Presentation
bhasula
 
Introduction To C#
rahulsahay19
 
Presentation1
Nadine Mourad
 
Introduction to c_sharp
HEM Sothon
 
Introduction to c_sharp
Jayanta Basak
 
Java v/s .NET - Which is Better?
NIIT India
 
Characteristics of c#
Prasanna Kumar SM
 
Programming with c#
Luis Goldster
 
C sharp chap1
Mukesh Tekwani
 
1 get started with c#
Tuan Ngo
 
Week1 dq3
amaxwell2012
 
Introduction to C# Programming
Sherwin Banaag Sapin
 
Since the release of c
studyabroaduniv
 
Introduction to c
poojaanuragchouhan
 
C#.NET
gurchet
 

Similar to Objective-C with respect to C# and Java (20)

PDF
Objc
Pragati Singh
 
PDF
Oop obj c
Pragati Singh
 
PDF
Intro to c# (vs. objective c and java)
Wes Yanaga
 
PDF
What Makes Objective C Dynamic?
Kyle Oba
 
PDF
programacion orientado a abjetos poo
Rasec De La Cruz
 
PPTX
Objective-c for Java Developers
Muhammad Abdullah
 
PPT
Objective c intro (1)
David Echeverria
 
PPTX
Learn OOP'S at ASIT
ASIT
 
PDF
Intro to Objective C
Ashiq Uz Zoha
 
PDF
Objective-C
Abdlhadi Oul
 
PPTX
What is unique in Objective C?
Chetu
 
PDF
Objective-C talk
bradringel
 
KEY
Objective-C: a gentle introduction
Gabriele Petronella
 
PDF
Programming with Objective-C
Nagendra Ram
 
PPTX
Intro to iOS: Object Oriented Programming and Objective-C
Andrew Rohn
 
PPT
Objective c
ricky_chatur2005
 
PDF
01 objective-c session 1
Amr Elghadban (AmrAngry)
 
PDF
Никита Корчагин - Programming Apple iOS with Objective-C
DataArt
 
PPTX
Introduction to Objective - C
Asim Rais Siddiqui
 
PPT
Objective-C for iOS Application Development
Dhaval Kaneria
 
Oop obj c
Pragati Singh
 
Intro to c# (vs. objective c and java)
Wes Yanaga
 
What Makes Objective C Dynamic?
Kyle Oba
 
programacion orientado a abjetos poo
Rasec De La Cruz
 
Objective-c for Java Developers
Muhammad Abdullah
 
Objective c intro (1)
David Echeverria
 
Learn OOP'S at ASIT
ASIT
 
Intro to Objective C
Ashiq Uz Zoha
 
Objective-C
Abdlhadi Oul
 
What is unique in Objective C?
Chetu
 
Objective-C talk
bradringel
 
Objective-C: a gentle introduction
Gabriele Petronella
 
Programming with Objective-C
Nagendra Ram
 
Intro to iOS: Object Oriented Programming and Objective-C
Andrew Rohn
 
Objective c
ricky_chatur2005
 
01 objective-c session 1
Amr Elghadban (AmrAngry)
 
Никита Корчагин - Programming Apple iOS with Objective-C
DataArt
 
Introduction to Objective - C
Asim Rais Siddiqui
 
Objective-C for iOS Application Development
Dhaval Kaneria
 
Ad

More from Babul Mirdha (7)

PPTX
Water Transport Safety
Babul Mirdha
 
PDF
iOS App Development with Storyboard
Babul Mirdha
 
PDF
An Objective-C Primer
Babul Mirdha
 
PDF
Startup to be iOS developer
Babul Mirdha
 
PDF
Test Driven iOS Development (TDD)
Babul Mirdha
 
PPTX
Hands on training on DbFit Part-II
Babul Mirdha
 
PPTX
Hands on training on DbFit Part-I
Babul Mirdha
 
Water Transport Safety
Babul Mirdha
 
iOS App Development with Storyboard
Babul Mirdha
 
An Objective-C Primer
Babul Mirdha
 
Startup to be iOS developer
Babul Mirdha
 
Test Driven iOS Development (TDD)
Babul Mirdha
 
Hands on training on DbFit Part-II
Babul Mirdha
 
Hands on training on DbFit Part-I
Babul Mirdha
 
Ad

Recently uploaded (20)

PPTX
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
PPTX
Accounting Skills Paper-I, Preparation of Vouchers
Dr. Sushil Bansode
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PPTX
Gall bladder, Small intestine and Large intestine.pptx
rekhapositivity
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PDF
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
PPSX
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PPT
digestive system for Pharm d I year HAP
rekhapositivity
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PPTX
How to Configure Prepayments in Odoo 18 Sales
Celine George
 
PPTX
LEGAL ASPECTS OF PSYCHIATRUC NURSING.pptx
PoojaSen20
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PPTX
Presentation: Climate Citizenship Digital Education
Karl Donert
 
PDF
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
Accounting Skills Paper-I, Preparation of Vouchers
Dr. Sushil Bansode
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
Gall bladder, Small intestine and Large intestine.pptx
rekhapositivity
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
digestive system for Pharm d I year HAP
rekhapositivity
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
How to Configure Prepayments in Odoo 18 Sales
Celine George
 
LEGAL ASPECTS OF PSYCHIATRUC NURSING.pptx
PoojaSen20
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
Presentation: Climate Citizenship Digital Education
Karl Donert
 
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 

Objective-C with respect to C# and Java