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 3624128
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:28:09+00:00 2026-05-18T23:28:09+00:00

Why is it that if you declare a return type on a method, that

  • 0

Why is it that if you declare a return type on a method, that you have to specify a return in the scope of that method? Meaning, if I have a If/Switch in my method I can’t specify the return there “ALONE” and not in the main method body? Is the only way around this is to assign the value returned by the nested procedure to a variable and return the variable in the main body of the method?

Example:

public Int GetNum()
{
   var a = 1;
   switch(a)
   {
      case 1:
        return 1 + 5;
      default:
        return a;
   }
 return a;   //Why must I specify this return if it is going to hit my switch statement
             //and return some int.
}
  • 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-18T23:28:09+00:00Added an answer on May 18, 2026 at 11:28 pm

    If you have a default, that’s not necessary.

    If you don’t have a default, you need an outer return in case none of the cases execute.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to declare that the variable type of a generic class
I'm trying to declare an interface that contains a method which will return a
I'm using managed c++ to implement a method that returns a string. I declare
I have objects with many variables that I declare and explain in the comments.
Consider that I have a transaction: BEGIN TRANSACTION DECLARE MONEY @amount SELECT Amount AS
How would I declare a class that has a method/message that takes a selector,
I'm trying to declare an enum type based on data that I'm retrieving from
Is it possible in C# to define return type of a method as some
I have two classes, Foo1 and Foo2 that are not hierarchically related, so an
I'm writing a method in C# (2.0) that has to return a collection of

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.