What is overloading in oop?
No Answer is Posted For this Question
Be the First to Post Answer
How to call a non virtual function in the derived class by using base class pointer
What is a class in oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is meant by oops concept?
What is polymorphism? Explain with an example.
What is the difference between Home and $Home?
write a program to print * * * * * *
can we create and enter the data & hide files using programmes ?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is Object and Class? What are the differences between them?
#include <iostream> using namespace std; int main() { int a = 3; 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][2]; }
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?