Answer Posted / thana_8889
c has no object but c++ has object
c topdown approach c++ bottom up approach
c cannot be overloading c++ we can do
c is the subset of c++
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Why is c++ still used?
How would you use the functions memcpy(), memset(), memmove()?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is a dll entry point?
What is abstraction in c++ with example?
What is DlgProc?
Define the process of handling in case of destructor failure?
Mention the ways in which parameterized can be invoked.
What are the two shift operators and what are their functions?
Are strings mutable in c++?
Is rust better than c++?
What is const in c++?
Why is "using namespace std;" considered bad practice?
Difference between pointer to constant vs. Pointer constant
Eplain extern keyword?