what is data Abstraction? and give example
Answer Posted / rohit kumar
abstraction is a programming technique that relies on the separation of interface and implementation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is c++ different from java?
What is meant by entry controlled loop?
Write a program to concatenate two strings.
Can you use the function fprintf() to display the output on the screen?
What is private public protected in c++?
What is decltype c++?
Is java made in c++?
What is c++ namespace?
what is c++
What is data types c++?
Explain mutable storage class specifier.
Is it possible for the objects to read and write themselves?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
Is swift better than c++?
why is iostream::eof inside a loop condition considered wrong?