what is data Abstraction? and give example
Answer Posted / sandeep kumar
data abstraction hide the actual implementation or hide the actual working
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are punctuators in c++?
Explain the differences between private, public and protected and give examples.
Is linux written in c or c++?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Explain storage qualifiers in c++.
How one would use switch in a program?
What is code reusability in c++?
Why c++ does not have finally?
What are the implicit member functions of class?
What is lvalue?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is a container class?
Write is a binary search tree? Write an algo and tell complexity?
Is rust better than c++?