What is methods in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is overriding vs overloading?
what is cast operator?
what is virtual destructor
How to Increment the value of the empid E001 for each and every employee by using the programe?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is function overloading and operator overloading?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
#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 multidimensional array?
What is purpose of inheritance?
Prepare me a program for the animation of train