Difference between Overloading and Overriding?
Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
35 198736Post New C++ General Questions
why is c++ called oops? Explain
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is the extraction operator and what does it do?
What is endl c++?
If a header file is included twice by mistake in the program, will it give any error?
What is a c++ vector?
Explain function overloading and operator overloading.
Is string an object in c++?
How a new element can be added or pushed in a stack?
What are proxy objects in c++?
What are the unique features of C++.
What is late binding c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is object in c++ example?