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

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples