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
Explain one method to process an entire string as one unit?
What is polymorphism in c++? Explain with an example?
What are the main features of c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is singleton class in c++?
Do we have to use initialization list in spite of the assignment in constructors?
What are static type checking?
What is an overflow error?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What do you understand by zombie objects in c++?
What is a responder chain?
What is the most common mistake on c++ and oo projects?
When to use “const” reference arguments in a function?
What is #include iostream h in c++?
Explain rethrowing exceptions with an example?