What is data abstraction? How is it implemented in C++?


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

Post New Answer

More C++ Interview Questions

What Is Polymorphism in C++ ?

1 Answers   IBS, Impetus, ITC Indian Tobacco Company, Motorola,


What is Copy Constructor?

5 Answers   ABC, Siemens,


How to input string in C++

0 Answers  


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


What is partial specialization or template specialization?

0 Answers   Amazon,






How does stack look in function calls? Write a recursive function call, how will the stack look like?

0 Answers   Adobe,


Factory Method C++ – How to delete pointers returned by it

0 Answers  


Write a program that can take input from 3 to 8 and calculate the average?

0 Answers   Accenture,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,


What is a virtual function in C++?

0 Answers   C DAC,


Categories