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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:57:20+00:00 2026-05-25T01:57:20+00:00

For iteration, I know there are different types of iterators E.g. Forward, Bidirectional, Random

  • 0

For iteration, I know there are different types of iterators E.g. Forward, Bidirectional, Random Access that can be used to access items in an array.

For enumeration, I’ve only heard about enums that can be used to index items. But are there terms called ‘enumeration’ or enumerator? If so then, What’s the difference between iteration and enumeration?

  • 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-25T01:57:20+00:00Added an answer on May 25, 2026 at 1:57 am

    The terminology is really tied to the language, and gets pretty confusing.

    In C++, an “enumerat​ion“ (enum) is a name, meaning “a bunch of numbered items”, so there’s no action going on; it’s just a thing (like a class).

    And of course, “iterat​ion” refers to an action, meaning “to repeat an action many times”. Often, this is accompanied by going through a list of items.

    But, in some languages, each one has a specific meaning as an action:

    • C#: Enumerators are objects that go through the items of a collection (like C++ iterators; IEnumerator<T>). Iterators are methods that do pretty much the same thing, but in coroutine-style (yield return).

      C# still has enumerat​ion​s (enums) like in C++.

    • Java: Iterators go through the items of a collection, like in C++. I’m not sure about “enumerators”.

      Java still has enumerat​ion​s similar to C++, but they’re sort of different as well.

    • Python: Iterators are like C# enumerators; generators are like C# iterators (yield).

      No enumerat​ion​s, AFAIK.

    etc.

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

Sidebar

Related Questions

I know there is an invoke function that does the stuff, I am overall
Given this algorithm, I would like to know if there exists an iterative version.
may i know what integration technique that you folks use to implement external component
I know that using continuous integration improves the quality of my code base, and
I know that it's possible to implicitly provide asynchronous interaction using: Asynchronous Delegates Asynchronous
Do you know a JavaScript library that implements a generic Iterator class for collections
I know I can loop through a list of strings like this: list<string>::iterator Iterator;
Is there a jQuery way to perform iteration over an object's members, such as
I am building a framework where people will be able to save items that
I have a multi-part array that I want to grab a piece of and

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.