what is data Abstraction
Answers were Sorted based on User's Feedback
Answer / narasimulu24
Abstraction refers to the act of representing essential
features without including background process or
implementing details.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / sumithra.a
Data Abstraction is the process of hiding unwanted details
from user.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is std::move?
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
What are the vectors in c++?
Write my own zero-argument manipulator that should work same as hex?
How can we access protected and private members of a class?
What data encapsulation is in c++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Explain how overloading takes place in c++?
What is extern c++?
Does c++ have a hash table?
Why is main function important?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}