Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6255005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:17:04+00:00 2026-05-24T14:17:04+00:00

In .net framework I constantly see overloaded functions like the following, public void Log(string

  • 0

In .net framework I constantly see overloaded functions like the following,

  1. public void Log(string message)…
  2. public void Log(string message, params object[] args)…

my question is since the params keyword allows zero or more parameters, could we just get rid of the first signature? With just the second signature, I could call it with no parameters fine like below, so I don’t know why they would have the first signature?

Log("calling with no param");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T14:17:05+00:00Added an answer on May 24, 2026 at 2:17 pm

    Another reason is params is slow, thinking that all parameters are collected and an array is built. So the second one is slower.

    public static string Format(string format, object arg0);
    public static string Format(string format, params object[] args);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider the following method, public void Add(Enum key, object value); Since Enum is a
i have the following error message written to the workspace log file. i tried
On full .Net Framework I use the following code: socket.SetSocketOption( SocketOptionLevel.Socket, SocketOptionName.ReceiveTimeout, readTimeout); socket.SetSocketOption(
I have the following class of Schedule and using .Net Framework 4.0 . this
Can anyone find a constant in the .NET framework that defines the number of
.NET Framework: 2.0 Preferred Language: C# I am new to TDD (Test Driven Development).
.NET Framework 3.5 comes with all the LINQ goodies, and also includes predefined generic
.NET framework 3.5 introduces Action and Func<> predefined delegate types that are very handy.
The .net framework includes Math.IEEERemainder(x, y) in addition to the standard mod operator. What
In .NET framework, is it possible to set some of the items in the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.