aspose file tools
The moose likes Beginning Java and the fly likes fundamentals Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "fundamentals" Watch "fundamentals" New topic
Author

fundamentals

saisailaja bharadwaj
Greenhorn

Joined: Jul 26, 2001
Posts: 7
What is meant by Abstraction and Encapsulation
with ex
Maulin Vasavada
Ranch Hand

Joined: Nov 04, 2001
Posts: 1865
hi saisailaja,
to me..
Abstraction: it is an 'abstract' (incomplete/non-concrete) representation of some behavior...
Encapsulation: it is a mechanism to bundle things together in one object and "wrap" those things so that they can't be seen by others directly...
i will be poor in explaining if i try in details...
but this might be more helpful..
go to "encapsulation" hyperlink in there...
regards
maulin.


1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: fundamentals