What is polymorphism and example?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between abstraction and encapsulation?
Write on signed and unsigned integers and give three (3) examples each
Explain the advantages of inheritance.
Why is object oriented programming so hard?
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
In which cases you use override and new base?
When is a memory allocated to a class?
what is the difference between a package and a software?
what is the difference between class and structure in C++?