What do you mean by inheritance?


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

Post New Answer

More OOPS Interview Questions

Whatis the difference between oop and object based language

3 Answers  


what is the difference between a package and a software?

3 Answers  


Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.

13 Answers   IBM,


what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....

6 Answers  


Which language is pure oop?

0 Answers  






What is friend function?

12 Answers   Wipro,


Which is not an object oriented programming language?

0 Answers  


how to find no of instances of an object in .NET?

1 Answers   Infosys,


suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?

3 Answers   EA Electronic Arts,


What is destructor give example?

0 Answers  


What are different oops concepts?

0 Answers  


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

2 Answers  


Categories