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

write string class as your own class in java without using any built-in function

0 Answers  


What is Virtual Keyword?

9 Answers   IBM, NA,


What is the difference between procedural programming and oops?

0 Answers  


What do you mean by variable?

0 Answers  


what is function overloading..?

4 Answers  






Name an advantage of array over linked list?

24 Answers   GML, IBM, Software Solutions,


What is function overloading?,describe it with the example.

5 Answers  


What is Agile methodology?

20 Answers   ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,


What is object in oop?

0 Answers  


what is difference between objects and function

3 Answers  


What is multiple inheritance ?

17 Answers   Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,


What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

1 Answers   TCS,


Categories