What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / techmaniac
in c by default structure mem is private while in c++ is public
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What is the use of default constructor?
How do I get good at c++ programming?
Is set c++?
What are static member functions?
Write a function that swaps the values of two integers, using int* as the argument type?
If dog is a friend of boy, is boy a friend of dog?
Should the member functions which are made public in the base class be hidden?
Write about the various sections of the executable image?
When do you call copy constructors?
what does the following statement mean? int (*a)[4]
Is empty stack c++?
What is bubble sort c++?
What is the sequence of destruction of local objects?
What is the c++ code?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.