In Inheritence concept, i have a static method in super
class and i am inheriting that class to one sub class.in
that case the static method is inherited to sub class or
not????
Answer Posted / chak de
Static Methods are NOT inherited.
Keep it in Mind. that's it.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the private method modifier?
How are the elements of a gridbaglayout organized?
Name few java util classes introduced with java 8 ?
What does sprintf mean?
what methods would you overwrite in java.lang.object class?
How do you include a string in java?
What is a condition in programming?
How many types of methods are there in java?
What is the this keyword?
What is OOP's Terms with explanation?
What is charat java?
what is the final keyword denotes in java?
what is the use of bean managed and container managed with example?
what is session in java?
Can singleton class be inherited in java?