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 encapsulation in C++? Give an example.
What is c strings syntax?
What are dynamic type checking?
Explain the concept of dynamic allocation of memory?
Why is c++ so fast?
How a modifier is similar to mutator?
What should main() return in c and c++?
Why are pointers not used in c++?
Can notepad ++ run c++?
What is else if syntax?
Explain the difference between new() and malloc() in c++?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Specify some guidelines that should be followed while overloading operators?
Are there interfaces in c++?
Give an example of run-time polymorphism/virtual functions.