Enlist few advantages of inheritance?


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

Post New Answer

More Core Java Interview Questions

What is a variable in java?

0 Answers  


What are features of java?

0 Answers  


What are the 2 types of java programs?

0 Answers  


What is a JAR file?

0 Answers  


How are variables stored in memory?

0 Answers  






What is advantage of using threads?

2 Answers   BMC,


What are the differences between include directive and include action?

0 Answers  


different types of threads?

18 Answers   TCS,


Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer

3 Answers  


Why Java is not pure Object Oriented language?

0 Answers  


What do you mean by hashing?

0 Answers   Amazon,


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


Categories