Featured
-
No Featured Found!
Tags
Diiference Between C and C++
Basic difference between C and C++:
C
C++
C follow procedural programming language
C++ follow procedural and object oriented
...
Protocols it's usage and Types
Protocols are powerful functionality provided by iOS. These are set of behavior that is expected from an object to behave/respond in a given situation.
Protocols are set of methods and properties. One can define protocol as:
@protocol protoco...