When should i make a function private and why is it good idea?
private
Before creating a function or class we should understand scope of that function or class whether it is Globally or Locally.
eg:"ConnectionString ()". Every database connection needs "ConnectionString () " so its declared Public .