Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: What is Abstraction?The Confusing Concept Simplified

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default What is Abstraction?The Confusing Concept Simplified

    The concept of abstraction in java and other OOP Languages is a little bit confusing for beginners.Abstraction involves binding the data and code within containers and thus hiding the internal details.Check out this article,it explains the concept in details with figures and examples
    What is Abstraction?The Concept of Abstraction Simplified
    Last edited by rainbow9; December 14th, 2011 at 11:42 PM.


  2. #2
    Member
    Join Date
    Nov 2011
    Posts
    39
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: What is Abstraction?The Confusing Concept Simplified

    Quote Originally Posted by rainbow9 View Post
    Abstraction involves binding the data and code within containers and thus hiding the internal details[/url]
    It looks like involving Encapsulation, not Abstraction. Abstraction refers to the usage of interfaces and abstract classes.

    Spring 3
    Last edited by cafeteria84; January 22nd, 2012 at 04:03 PM.

Similar Threads

  1. Need help with a interface concept
    By drakenlord in forum Object Oriented Programming
    Replies: 2
    Last Post: September 13th, 2011, 02:17 PM
  2. Button help, confusing error.
    By camboy8 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 17th, 2010, 10:25 PM
  3. Problem with designing threads & abstraction
    By gilme in forum What's Wrong With My Code?
    Replies: 6
    Last Post: June 14th, 2010, 06:48 AM
  4. [SOLVED] The concept of Server and Client
    By rendy.dev in forum Java Theory & Questions
    Replies: 3
    Last Post: January 18th, 2010, 04:13 AM
  5. While (logical confusing output)
    By chronoz13 in forum Loops & Control Statements
    Replies: 4
    Last Post: December 20th, 2009, 01:17 AM

Tags for this Thread