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 protocol? . The use of protocol?

Answer Posted / babu

Protocol is the named list of independent methods. Protocol declaration having two sections

@required

In this section you will declare all required methods. If a class adopting this protocol should implement all required methods

@optional

In this section you will declare all optional methods.

Eg: @protocol myViewProtocol

@required

-(void)passDataToNextClass : (NSString*)myViewName

@optional

-(void)passDataToNextClass : (NSString*)myViewName

@end

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the viper?

851


What is core data stack?

848


What is storyboard?

910


What is plist?

937


What is nsmanagedobjectmodel?

832


Procedure to push the app in appstore?

871


Explain how the push notification works in iOS operating system?

940


What is mvc pattern in ios?

902


How to shut off message alerts in ios?

1023


What are the location services?

869


Explain how you can migrate to Xcode?

1067


What does use core data mean in xcode?

940


What are layer objects and what do they represent in iOS operating system?

845


Which is the default for synthesized properties?

934


What is main thread checker?

872