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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:07:29+00:00 2026-05-11T17:07:29+00:00

If you have a Point3 class and have a method called Distance , should

  • 0

If you have a Point3 class and have a method called Distance, should you have it static like this:

Point3.Distance ( p1, p2 );

or an instance method like:

this.Distance ( p );

I realize using static methods hinders inheritance and overriding, right?

Which one is better, and why?

  • 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-11T17:07:29+00:00Added an answer on May 11, 2026 at 5:07 pm

    I prefer the static version. (And this is what we’ve done across the board in SlimDX, save for a few “special” operations.) The reasoning is that Distance is conceptually a function that processes two points, and has a result. You’re not running the “Distance” operation on p1, with p2 as the value.

    In short, I prefer that instance methods are conceptually an operation bound to a specific instance. For some, it goes either way. For example, SlimDX includes both static and non static versions of the Vector3 Normalize function, because both constructs are pretty handy. The instance one modifies its object, and the static one returns a new one.

    [Edit] Another answer mentions a “DistanceTo” function that would be an instance function. While that’s not necessarily unreasonable, it’s a design direction that makes me uneasy. The problem is orthogonality. Once you add more of these overloads — some static, some instance, maybe some in a MathHelper class, who knows — you end up with more and more ways to do the same thing. This is bad news for library complexity, test complexity, bug surface area, etc. We’ve chosen to do it in places in SlimDX, but that’s in just a select few places across a lot of classes (and every single one’s been team reviewed). It can help usability of a library to an extent, but it’s really dangerously easy to end up on the wrong side of the line.

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

Sidebar

Ask A Question

Stats

  • Questions 92k
  • Answers 92k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer It turns out that if your DataGridView is bound to… May 11, 2026 at 6:27 pm
  • Editorial Team
    Editorial Team added an answer Tying your project to C# is about as risky as… May 11, 2026 at 6:27 pm
  • Editorial Team
    Editorial Team added an answer In .NET 3.5SP1, then the answer is a big fat… May 11, 2026 at 6:27 pm

Related Questions

If you have a pending operation, eg stream.BeginRead(_buffer, 0, _buffer.Length, _asyncCallbackRead, this); and you
Let's say you have a Person object and it has a method on it,
Let me start by saying that I do not advocate this approach, but I
We have recently been faced with the problem of porting our C++ framework to
Is there a way to enforce/limit the types that are passed to primitives? (bool,

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.