how you will prevent method overriding?

Answers were Sorted based on User's Feedback



how you will prevent method overriding?..

Answer / ravi

by declaring the method has a final

Is This Answer Correct ?    24 Yes 1 No

how you will prevent method overriding?..

Answer / neelam,noida

final method can not overridden

Is This Answer Correct ?    22 Yes 0 No

how you will prevent method overriding?..

Answer / ravikiran

bu marking the method final

Is This Answer Correct ?    13 Yes 1 No

how you will prevent method overriding?..

Answer / sumit

One can prevent method overriding by marking the method final. if you make a method static and reuse it in the subclass it will hide the the super class method. This is called method hiding rather than overriding.

Is This Answer Correct ?    6 Yes 0 No

how you will prevent method overriding?..

Answer / murali.25

you also prevent overriding by making the method static

Is This Answer Correct ?    3 Yes 6 No

how you will prevent method overriding?..

Answer / sonam

You can prevent method overriding by declared method as
static

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Core Java Interview Questions

can two class in a code be public??if yes then how??

2 Answers  


What is better - 'bit-shift a value' or 'multiply by 2'?

0 Answers   DELL,


i need source code for income tax program using java inheritance

1 Answers  


What is Collections API?

1 Answers  


how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?

1 Answers   Verizon,






What is increment in java?

0 Answers  


as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data

1 Answers  


How Array List can be Serialized.

7 Answers   Polaris,


What is the middleware?

2 Answers  


What is Hierarchy of exception?

0 Answers   Amdocs,


what is servlet enginee?

0 Answers   Covansys,


What is a treeset in java?

0 Answers  


Categories