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
When do we use copy constructors?
What are friend classes? What are advantages of using friend classes?
How do you declare A pointer to a function which receives nothing and returns nothing
When must you use a pointer rather than a reference?
What are the types of array in c++?
If you don’t declare a return value, what type of return value is assumed?
What is an operator in c++?
What is setbase c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Do inline functions improve performance?
What is polymorphism and its type in c++?
How long it will take to learn c++?
Define stacks. Provide an example where they are useful.
What are the different types of polymorphism in c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?