What do you mean by abstraction. Explain your answer?
Answer Posted / subhrajit
abstraction is the method of show the necessary data and
hide the unnecessary data.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What's the order in which the local objects are destructed?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is linked list in c++?
What is the average salary of a c++ programmer?
Write a c program for binary addition of two 8 bit numbers.
Why is c++ awesome?
What is difference between c++ and c ++ 14?
What does it mean to declare a member variable as static?
What is pointer in c++ with example?
Why do we need templates?
What is time h in c++?
What is a sequence 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
Is map ordered c++?
Show the declaration for a static function pointer.