What is data abstraction? How is it different from data encapsulation?


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

Post New Answer

More C++ General Interview Questions

What is object in c++ wikipedia?

0 Answers  


What is a sequence in c++?

0 Answers  


Can you use the function fprintf() to display the output on the screen?

0 Answers  


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  


What are the different types of comments allowed in c++?

0 Answers  






What are the steps in the development cycle?

0 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


What is the oldest programming language?

0 Answers  


What are the c++ access specifiers?

1 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


Categories