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 are arrays usually processed with for loop?
What is the use of structure in c++?
What is ios class in c++?
Can I learn c++ without knowing c?
What are the extraction and insertion operators in c++?
How can virtual functions in c++ be implemented?
What is the difference between a type-specific template friend class and a general template friend class?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Why do we need constructors in c++?
What is the purpose of the "delete" operator?
What is a constant? Explain with an example.
Do class declarations end with a semicolon?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Do you know the use of vtable?
Is c++ the hardest language?