what is the definition of incapsulation

Answers were Sorted based on User's Feedback



what is the definition of incapsulation..

Answer / dipraj shahane

Encapsulation is binding code and data together. In Class we
are binding data (member variable) to code (member function).
Class is implementing encapsulation feature.

Is This Answer Correct ?    8 Yes 0 No

what is the definition of incapsulation..

Answer / arun

Wrapping up of data and methods in to a single entity is known as encapsulation

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More OOPS Interview Questions

features of OOPS

22 Answers   Ness Technologies, Satyam,


difference between structure and union.

2 Answers   ADP, Convergys,


In c++ there is only virtual destructors, no constructors. Why?

4 Answers   IBM, Polaris,


What is the difference between const int *ptr and int const *ptr???

2 Answers  


What is Dynamic Polymorphism?

13 Answers  






Write a program to demonstrate the use of 'Composition' in C++

2 Answers  


What is a friend function & its advantage?

2 Answers   TCS,


WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)

1 Answers   TCS,


How to use CMutex, CSemaphore in VC++ MFC

0 Answers   Persistent, TCS,


How do you use inheritance in unity?

0 Answers  


What is data binding in oops?

0 Answers  


the difference between new and malloc

5 Answers   Siemens,


Categories