What is abstraction encapsulation?


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

Post New Answer

More OOPS Interview Questions

write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

0 Answers  


What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5

16 Answers   TCS,


What is byval and byref? What are differences between them?

0 Answers   HCL, Wipro,


why reinterpret cast is considered dangerous?

0 Answers   TCS,


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,






What is DeadlyDiamondDeathProblem ?

1 Answers  


Difference between new operator and operator new

2 Answers  


What is the difference between C++ and java?

6 Answers   Atos Origin,


class type to basic type conversion

0 Answers  


Can private class be inherited?

0 Answers  


what are the characteristics of oops?

7 Answers   NIIT,


What is the real time example of encapsulation?

0 Answers  


Categories