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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:02:28+00:00 2026-05-29T16:02:28+00:00

I have an interface. public interface Module { void init(); void actions(); } What

  • 0

I have an interface.

public interface Module {
        void init();
        void actions();
}

What happens when i try to create an array like this?

Module[] instances = new Module[20]

How can i implement this array?

  • 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-29T16:02:29+00:00Added an answer on May 29, 2026 at 4:02 pm

    yes, it is possible. You need to fill the fields of the array with objects of Type Module

    instances[0] = new MyModule();

    And MyModule is a class implementing the Module interface. Alternatively you could use anonymous inner classes:

    instances[0] = new Module() {
     public void actions() {}
     public void init() {}
    };
    

    Does this answer your question?

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

Sidebar

Related Questions

I have this interface: public interface IValidationCRUD { public ICRUDValidation IsValid(object obj); private void
So lets say I have this interface: public interface IBox { public void setSize(int
Suppose I have this interface public interface IFoo { ///<summary> /// Foo method ///</summary>
I have an interface method public void Execute(ICommand command); which needs to pass known
Consider I have the following interface: public interface A { public void b(); }
I have this class hierarchy: public interface ISR { } public interface ICU {
I have an interface: public interface IMyInterface { } I have a class which
I have an interface: public abstract class Authorizer<T> where T : RequiresAuthorization { public
To keep things simplified lets say I have an interface RandomProvider interface public interface
Let's say we have public interface ITimestampProvider { DateTime GetTimestamp(); } and a class

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.