Why is encapsulation used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

c++ is a purely oop concept?

3 Answers   Google, TCS,


What is the difference between an object and a class?

3 Answers  


to find out the minimum of two integer number of two different classes using friend function

0 Answers  


Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,


What is difference between function overloading and overriding?

1 Answers   emc2,


What is the default size allocated for array in the statement if size not specified " int a[] "

4 Answers   CTS,


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


What is meant by multiple inheritance?

0 Answers  


What is the difference between Home and $Home?

2 Answers   TCS,


C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.

1 Answers   Syncfusion,


write a program to print * * * * * *

2 Answers  


what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use

2 Answers   HCL,


Categories