What do you mean by abstraction. Explain your answer?
Answer Posted / konda
abstraction is nothing but hiding the unwanted data
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What do you mean by stack unwinding in c++?
What is the difference between a definition and a declaration?
What are the four partitions in which c++ compiler divides the ram?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Does std endl flush?
Can a program run without main?
What is the advantage of c++ over c?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
How do you establish a has-a relationship?
What is a map in c++?
what is data abstraction in C++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
How do pointers work?
What is difference between class and structure in c++?