what is data Abstraction? and give example
Answer Posted / sumathi
Data Abstraction is the act of representing the essential
features of an object without including the background
details.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is algorithm in c++ programming?
State the difference between delete and delete[].
What is the difference between a template and a macro?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is a terminating character in c++?
What is the use of turbo c++?
Name four predefined macros.
What is pure virtual function? Or what is abstract class?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What does new in c++ do?
What is the difference between a baller and a reference in C++?
what is C++ exceptional handling?
What is double in c++?
Why we use #include conio h in c++?
Is c++ fully object oriented?