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

What are the three main types of variables?

0 Answers  


What is the difference between a constructor and a destructor?

0 Answers  


How to deploy web appliction in web logic ?

1 Answers   Unisys,


What is encapsulation and abstraction? How are they implemented in C++?

0 Answers   Agilent, ZS Associates,


what is the difference between ERROR and EXCEPTION?

14 Answers   NIIT, nvidia,






write a program which best describes polymorphism in real world?

2 Answers   CTS, Infosys, NexGen,


all about pointers

2 Answers  


What causes polymorphism?

0 Answers  


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  


What do you mean by abstraction?

0 Answers  


Write a macro for swapping integers

5 Answers  


What is a scope operator and tell me its functionality?

3 Answers   emc2,


Categories