What is advantage of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
#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 the ways in which a constructors can be called?
What does and I oop and sksksk mean?
what is the realstic modeling?
Can abstract class have normal methods?
different types of castings
Why interface is used?
sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
What do you mean by stack program? Get me an example stack program?
what is single inheritance?
Write a c++ program to display pass and fail for three student using static member function
string is a class or data type in java?