Why we use classes in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is solid 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]]; }
Describe the difference between a Thread and a Process?
what is the main difference between c and c++?
386 Answers AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,
Why is there no multiple inheritance?
can you explain how to use JavaBean in Project
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
Why and when is a virtual destructor needed?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,