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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:57:31+00:00 2026-05-22T22:57:31+00:00

For instance, I know Objective-C class methods could be overridden and Java’s not. What’s

  • 0

For instance, I know Objective-C class methods could be overridden and Java’s not.

What’s the benefit of this and what other diferences are there?

  • 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-22T22:57:31+00:00Added an answer on May 22, 2026 at 10:57 pm

    In a nutshell, static methods in Java are just functions that are attached to a class. They don’t work like instance methods in that you can’t use this or super. They effectively have no real concept of them being in a class.

    Objective-C class methods are very different though. They are exactly the same as instance methods, except on a class. This isn’t too surprising given that classes are objects in Obj-C. As such they go through all the same dynamic dispatch, you can use self to access other class methods, you can use super to call into the superclass’s class methods. This allows for a lot more flexibility as you can do all the same stuff with class methods as you can with instance methods, such as nil messaging, method swizzling etc.

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

Sidebar

Related Questions

I'm familiar (or at least getting familiar) with instance and class methods in objective-c,
I know of a couple of rules regarding Objective-C categories: Category methods should not
For instance, does the compiler know to translate string s = test + this
I would like to know if an instance implements a specific method. I could
I have a Class (but no instance) and need to know if it conforms
I made a class in objective-c and I made an instance in another class
If I have an object instance and I know it is actually a boxed
We know that a single application instance can use multiple cores and even multiple
Does anyone know a way to open up an instance of the operating system
For instance, I know that basically all languages that are object oriented based are

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.