CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: inheritance...

  1. #1
    Join Date
    Aug 2011
    Posts
    1

    Smile inheritance...

    i need help coz i am very new to java....please give me simple beginners examples of inheritance in java?

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: inheritance...

    The Java Tutorials are the first place to look, and there's plenty more information online - this is not a Google front-end.

    If you have a specific question about it, or you don't understand something about it, feel free to ask.

    One can think effectively only when one is willing to endure suspense and to undergo the trouble of searching...
    J. Dewey
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  3. #3
    Join Date
    May 2009
    Posts
    2,413

    Re: inheritance...

    Quote Originally Posted by trainee_j View Post
    i need help coz i am very new to java....please give me simple beginners examples of inheritance in java?
    If you're very new you can wait with inheritance for a while. Concentrate on class basics instead.

    First learn how to decompose a problem into an appropriate set of interacting classes. Then it becomes much easier to grasp the higher abstractions Java supports.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured