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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:13:59+00:00 2026-05-23T08:13:59+00:00

It is said that the following code violates the OO Guiding Principle. public class

  • 0

It is said that the following code violates the OO Guiding Principle.

public class Main {
   public static String NAME = "James";

   public Main() {
      System.out.println("Name is: "+NAME);
   }
}

public class AnotherMain() {
   public AnotherMain() {
      System.out.println("Print name: "+Main.NAME);
   }
}

All I could guess is it could have an abstract class that has a concrete method of say print(String message) and then have the Main class and AnotherMain class to extend the abstract class and then pass their to-be-printed message into the print() method implemented in their parent abstract class. Then in their constructors, they would call print(“Name is: “+NAME). This would save the constructors from calling System.out.println() twice.

But I am still sceptical because it says that the code has something that violates the OO Guiding Principle.

Any suggestions for this?
Thanks.

  • 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-23T08:13:59+00:00Added an answer on May 23, 2026 at 8:13 am

    Right off the top of my head,

    System.out.println("Print name: "+Main.NAME);
    

    violates encapsulation by accessing something owned by an independent class; if that is intended, then NAME should be independent of both classes and imported into both their scopes.

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

Sidebar

Related Questions

Say, I have a line that contains the following string: $tom said blah blah
Consider the following code (C# 4.0): public class Foo : LambdaExpression { } This
In a comment on a previous question, someone said that the following sql statement
Somebody said that when your PHP code and application use global variables then it
It is said that fork system call creates a clone of the calling process,
In the following, it is said that an I/O handle must be associated with
I'm new to .NET C# programming. I'm following few books. It is said that
It is said that when we have a class Point and knows how to
I just discovered that the following code executes without error (Chrome): console.log(fa); function fa(){}
I am following this example: http://mkblog.exadel.com/2008/11/richfaces-built-in-sorting/ it its said that arrows should appear beside

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.