Tips to Create SRS(Software Requirement Specifications) Document
What are software requirements specification (SRS)? Software requirements specification capture system behavior as opposed to non-functional requirements specifications which define attributes as not behavior. In product development, it is important to…
iphone Interview Questions part-12
121- Formal vs informal protocol. In addition to formal protocols, you can also define an informal protocol by grouping the methods in a category declaration: @interface NSObject (MyProtocol) //someMethod(); @end Informal protocols are typically declared…