What is Difference Between Inheritance and creating object
and getting data? means
Class A extends B{
B.getMethod();}
(OR)
Class A{
b obj=new B();
obj.getMethod();
}


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

Post New Answer

More OOPS Interview Questions

what is difference between thread and programme.

1 Answers   NCC,


what is graphics

0 Answers  


1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?

6 Answers  


Difference between realloc() and free?

9 Answers   HP,


What is R T T I ?

6 Answers   Ness Technologies,


Have you ever used threads?

3 Answers   Adobe, IBM,


Name an advantage of linked list over array?

11 Answers   IBM, Infosys,


What is a class oop?

0 Answers  


What is class in oop with example?

0 Answers  


Why oops is important?

0 Answers  


What exactly is polymorphism?

0 Answers  


explain the concepts of oops?

1 Answers  


Categories