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...


What is inheritance in objective c?



What is inheritance in objective c?..

Answer / Sumit Sharma

"Inheritance" is a concept in object-oriented programming where one class inherits properties and methods from another class. In Objective-C, a subclass can inherit from a superclass by specifying the superclass in the @interface declaration. The subclass can then override or extend the behavior of inherited methods as needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

When to use nsautoreleasepool??

1 Answers  


How messaging works in objective-c?

1 Answers  


What is an accessor method?

1 Answers  


How to use swift protocol in objective c?

1 Answers  


What is objective c and swift?

1 Answers  


What is nonatomic and strong in objective c?

1 Answers  


How do you add a category in objective c?

1 Answers  


Can a static library (.a) contain resources like images, sound files etc?

1 Answers  


What are the rules of variable?

1 Answers  


Explain the difference between uiwindow and uiview?

1 Answers  


Can you please explain the way messaging works in objective-c?

1 Answers  


Explain immutable types in objective c programming language?

1 Answers  


Categories