Answer Posted / narasimulu24
Abstraction refers to the act of representing essential
features without including background process or
implementing details.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a reference and a pointer?
What is ios in c++?
What are the four main data types?
Const char *p , char const *p What is the difference between the above two?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Explain the advantages of using friend classes.
How one would use switch in a program?
Is multimap sorted c++?
What does extern mean in a function declaration in c++?
What are structs in c++?
How much do c++ programmers make?
What is function prototyping? What are its advantages?
How can you link a c program with a c function?
What operators can you overload in c++?
How do you declare A pointer to a function which receives nothing and returns nothing