what is data Abstraction? and give example
Answer Posted / vatsal
DATA ABTRACTION I SIMPLY HIDING UN-NECCESSARY THING WHICH ARE NOT USEABLE & SHOWING THING WHICH ARE USEABLE SO THE DATA...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between class and function?
What is scope resolution operator in c++ with example?
What is type of 'this' pointer?
Which programming language is best to learn first?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What do you mean by public protected and private in c++?
What do you mean by inheritance in c++? Explain its types.
Define 'std'.
Explain linked list using c++ with an example?
Explain about templates of C++.
What is prototype for that c string function?
How can virtual functions in c++ be implemented?
How can you specify a class in C++?
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. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Explain the difference between using macro and inline functions?