Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is objective c type safe language?



Is objective c type safe language?..

Answer / Pratima Dwivedi

"Objective-C" is not a type-safe language in the strict sense, as it allows for null or nil values and does not enforce strong typing like Swift. However, Apple added ARC (Automatic Reference Counting) to help manage memory automatically.n"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How to convert nsnumber to nsstring in objective c?

1 Answers  


How do I create a bridge header in objective c?

1 Answers  


Explain how the class “implementation” is represented in objective-c?

1 Answers  


How we can layout subviews in a view?

1 Answers  


What is atomic in objective c?

1 Answers  


What are the advantages of using objective-c?

1 Answers  


What are objective c properties?

1 Answers  


Explain mutable types in objective c programming language?

1 Answers  


Is objective c and c the same?

1 Answers  


Explain what is the principle distinction between the function calls and messages?

1 Answers  


What happens with the objects if the array is released?

1 Answers  


What are the characteristics of the category?

1 Answers  


Categories