What is Function?

When program becomes larger/bigger then we broke down into many independent routines (self dependent that is similar to small modules) is known as function. Also the technique of splitting a program into functions and modules is called Structured Programming or Procedure Oriented Programming (POP). 

Comments

Popular posts from this blog

Customize User's Profile in ASP.NET Identity System