What is the types of inheritance?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

why the memory allocated with new cant be freed using free()

2 Answers  


What is overloading and its types?

0 Answers  


#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]]; }

2 Answers   TCS, Wipro,


Explain the advantages of inheritance.

0 Answers   TCS,


What is abstract class in oop?

0 Answers  






is there any choice in opting subjects like 4 out of 7

0 Answers  


how do u initialize the constant variables

5 Answers   IBM, Siemens,


WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE

2 Answers  


Whatis the difference between oop and object based language

3 Answers  


What does and I oop and sksksk mean?

0 Answers  


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?

0 Answers  


Categories