What is the types of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
why the memory allocated with new cant be freed using free()
What is overloading and its types?
#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]]; }
Explain the advantages of inheritance.
What is abstract class in oop?
is there any choice in opting subjects like 4 out of 7
how do u initialize the constant variables
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
Whatis the difference between oop and object based language
What does and I oop and sksksk mean?
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,
What is oops concept with example?