What is difference between polymorphism and inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap the variables without using temp and operators
what is the function of 'this' operator ?
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
What is the difference between inheritance and polymorphism?
What is abstraction?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
what is the difference between ERROR and EXCEPTION?
What is polymorphism explain?
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
How to Increment the value of the empid E001 for each and every employee by using the programe?
What are the fields of vtable