what is encapulation?

Answers were Sorted based on User's Feedback



what is encapulation?..

Answer / yohesh rasal

The wrapping up of data and function into a single
unit(called class) is known as encapsulation.

The data is not accessible to the out side word,and only
those functions which are wrapped in the class can access
it.These function provide the interface between the object
data and the program.This insulation of data from direct
access by the program is called data hiding or information
hiding.

Is This Answer Correct ?    32 Yes 1 No

what is encapulation?..

Answer / guest

The wrapping of data and its member functions into a single
unit is called encapsulation.

Is This Answer Correct ?    5 Yes 1 No

what is encapulation?..

Answer / ashish jadhav

hiding non essential details is called encapsulation.
preventing the access of non essential details.

Is This Answer Correct ?    4 Yes 2 No

what is encapulation?..

Answer / hetal

The wrapping of data and its member functions into a single
unit is called encapsulation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

What are the Short cut Keys of Tally ERP?

0 Answers  


why not instantiating servet using new operator?

0 Answers  


What is the Difference between in memory database and physical database

0 Answers  


Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two

4 Answers  


Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number

0 Answers   Amazon,






What are the advantages of Server Controls over HTML/ASP Controls.

1 Answers   Tesco,


what are the steps for creating prompt table dynamically for the specified field

0 Answers  


which property is used to display the advertisements with adrotator control

0 Answers   Sonata,


iam confused among testing ,.net and java. can anybody help me.

0 Answers  


How to get the index of the clicked field in reports in ABAP?

0 Answers   Deloitte,


purpose of abstraction and interface

0 Answers  


what is polymorphism in java.

3 Answers   Atos Origin,


Categories