what is the difference between inter class and abstract
class...?


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

Post New Answer

More OOPS Interview Questions

What is abstract class in oop?

0 Answers  


why the argument is passed by reference to a copy constructor?example?

2 Answers  


what is virtual function in c++

6 Answers  


what is code for call by value and call by reference?

1 Answers  


what is data abstraction with example.

1 Answers  






what is diff between .net 1.1 and .net 2.0

4 Answers  


Can we have a private virtual method ?

8 Answers   Ness Technologies,


What is persistence in oop?

0 Answers  


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 polymorphism and example?

0 Answers  


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


What are the 3 pillars of oop?

0 Answers  


Categories