Featured post

Difference between protocol and delegates?

A protocol, declared with the ( @protocol syntax in Objective-C) is used to declare a set of methods that a class "adopts" (de...

Thursday, 9 April 2015

What is SDLC?

-it is called software development life cycle.
-Systematic approach to build a software that will support client business.

Various SDLC models are :
-watefall model
-Incremental model
-Spiral model
-Vshaped model
-prototype model
-Hybrid model 

No comments:

Post a Comment