What is encapsulation?

Answers were Sorted based on User's Feedback



What is encapsulation?..

Answer / nagababu

Wrapping up data and methods in a single unit is called
Encapsulation.
Eg:-class

Is This Answer Correct ?    16 Yes 1 No

What is encapsulation?..

Answer / kumar vishal

wrapping up data and function as a single intity called
encapsulation.

Is This Answer Correct ?    11 Yes 2 No

What is encapsulation?..

Answer / tejavishu

combining the data and data members into a singe unit is
called the encapsulation.


ex:class.

Is This Answer Correct ?    6 Yes 1 No

What is encapsulation?..

Answer / saamy

Data Encapsulation combines data and functions into a
single unit called Class. When using Data Encapsulation,
data is not accessed directly; it is only accessible
through the functions present inside the class. Data
Encapsulation enables the important concept of data hiding
possible.

Is This Answer Correct ?    6 Yes 1 No

What is encapsulation?..

Answer / deep

wrapping of data and function in single unit (class)is
called encapsulation.

Is This Answer Correct ?    3 Yes 0 No

What is encapsulation?..

Answer / guest

binding of data and code

Is This Answer Correct ?    2 Yes 0 No

What is encapsulation?..

Answer / p suresh kumar

It is the mechanisum which unities code and data it
manipulate.

Is This Answer Correct ?    2 Yes 1 No

What is encapsulation?..

Answer / sree

encapsulation means combining the data and the functions
using that data.
EX: class

Is This Answer Correct ?    1 Yes 0 No

What is encapsulation?..

Answer / navneet kaur

combining data and data members is encapsulation.

Is This Answer Correct ?    1 Yes 0 No

What is encapsulation?..

Answer / anjana

ENCAPSULATION:
*ENCAPAULATION IS A WRAPPING UP OF DATA INTO A SINGLE UNIT.
*IT IS LIKE A CAPSULE.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


What is oops with example?

0 Answers  


What is late bound function call and early bound function call? Differentiate.

2 Answers   Ness Technologies,


Can we have a private virtual method ?

8 Answers   Ness Technologies,


What is overriding in oop?

0 Answers  






What is encapsulation selenium?

0 Answers  


How many types of access specifier in c# and vb.net?

1 Answers   Infosys,


Why is encapsulation used?

0 Answers  


write a program for function overloading?

14 Answers   HCL, InfoCity, TATA,


What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...

2 Answers  


why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??

1 Answers  


why the memory allocated with new cant be freed using free()

2 Answers  


Categories