What do you mean by abstraction in C++?
Data abstraction is one of the most essential and important feature of object oriented programming in C++. Abstraction means displaying only essential information and hiding the details. A Class can decide which data member will be visible to outside world and which is not.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is data Abstraction? and give example
147 Answers Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is the difference between method overloading and method overriding in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is the difference between inline functions and macros?
What is different in C++, compare with unix?
What is the best c++ book?
Write about an iterator class?
What is stl containers in c++?
When the design recommends static functions?
What is a virtual destructor?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.