what is data Abstraction? and give example
Answer Posted / guest
Data abstraction is OOP entity wherein user defined
datatypes are introduced like class for simplicity.
| Is This Answer Correct ? | 74 Yes | 167 No |
Post New Answer View All Answers
Write about the role of c++ in the tradeoff of safety vs. Usability?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
Why is main function important?
What is the protected keyword used for?
How can you say that a template is better than a base class?
What is size_type?
what are function pointers?
Explain the use of this pointer?
What is difference between c++ 11 and c++ 14?
What is doubly linked list in c++?
What is operator overloading in c++ example?
Explain the volatile and mutable keywords.
What is an associative container in c++?
What are the extraction and insertion operators in c++? Explain with examples.
What is ios flag in c++?