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
How can we access protected and private members of a class?
What is else syntax in c++?
What is pair in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Describe exception handling concept with an example?
What data encapsulation is in c++?
What is enum c++?
What is expression parser in c++
How one would use switch in a program?
What is enum class in c++?
What happens when the extern "c" char func (char*,waste) executes?
What are the two shift operators and what are their functions?
Do you know the use of vtable?
Define pure virtual function?
By using c++ with an example describe linked list?