What is the point of oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between #define and const?
What is the difference between class and structure?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
What is polymorphism in oops?
#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]]; }
What are callback functions in c++
Plese get me a perfect C++ program for railway/airway reservation with all details.
Write 7 differences between "Public" function and "Private" function?
What do you mean by public, private, protected and friendly?
What is variable example?
i ahve v low % in 12th n BSC which is aroun 50 coz science was imposed on me......nw m doin MCA n my aggregate in above 74%,what shud i say if asked about low previous percentage??????
Why and when is a virtual destructor needed?