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

  • Home
  • SEARCH
  • 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 8116141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:43:20+00:00 2026-06-06T03:43:20+00:00

I was wondering if its possible to directly cast objects within a foreach loop.

  • 0

I was wondering if its possible to directly cast objects within a foreach loop.

We have the following two classes were one extends the other:

class Book {};
class ExtendedBook extends Book {};

Now we have an array of Books which I want to loop through, because its a ExtendedBook search I’m sure that all Books are actually Extended Books. Is there a way to directly cast them?

Book [] books = bookSearch.getBooks("extendedBooks");

for (Book book: books){
   ExtendedBook eBook = (ExtendedBook) book;
   ....
}

This involves two steps. First looping through the books and at the second step casting them. Can one do it in one step?

What doesn’t work:

// Directly assign it to a different type
for (ExtendedBook book : books){}

// Directly casting the array
ExtendedBooks [] eBooks = (ExtendedBooks []) books;

// Same goes for trying both in one step
for (ExtendedBook book : (ExtendedBook []) books){}

I know its not a real pain, but keeping the loop shorter would be nice and maybe more readable as you save a dummy variable, which is just used for casting instead of the actual action.

  • 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-06-06T03:43:21+00:00Added an answer on June 6, 2026 at 3:43 am

    I’m reasonably sure you cannot cast in the loop as you would like.

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

Sidebar

Related Questions

Wondering if its' possible to have solution within solution in vs 2010? How? thanks
I was wondering if its possible to have Jira update a ticket's status to
I'm wondering if its possible to reference a class definition directly for purpose of
just wondering if its possible to have a hidden parent and a visible child
I'm wondering if its possible to write a javascript program and have it compiled
I'm wondering if its possible to have a property/field in a class that is
I was wondering if its possible to make the following answer more generic, in
I was wondering if its possible to use the Google maps IFRAME code to
I am wondering if its possible to to open a port listen for a
I was wondering if its possible to add custom header with classic asp. In

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.