what is data Abstraction? and give example
Answer Posted / deepak
DATA ABSTRACTION MEANS ESSENTIAL FEATURES WITHOUT GIVING
THE BACKGRAOUND DETAILS
Is This Answer Correct ? | 73 Yes | 26 No |
Post New Answer View All Answers
Show the declaration for a pointer to function returning long and taking an integer parameter.
Mention the purpose of istream class?
Can we use pointers in c++?
Why do we learn c++?
Is vector a class in c++?
What is isdigit c++?
If you don’t declare a return value, what type of return value is assumed?
How would you use the functions sin(), pow(), sqrt()?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What are the uses of c++ in the real world?
Tell me can a pure virtual function have an implementation?
What is a responder chain?
What is a buffer c++?
Explain what is class definition in c++ ?
What is the use of pointer in c++ with example?