What types of inheritance does Java support?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• Single inheritance
• Multilevel inheritance
• Hierarchical inheritance
• Hybrid inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
• Single inheritance
• Multilevel inheritance
• Hierarchical inheritance
• Hybrid inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain different ways of creating a thread?
Can we override final method?
What is lexicographically smallest string?
When finally clause is executed?
What is a Java switch statement, and how can it be used?
Which method cannot be overridden in java?
what do you meant by Platform-Independent?
Can we create object of static class?
How to split arraylist elements in java?
What is exception and error? and what is the difference between them?
What are the restrictions that are applied to the java static methods?
can any one tell me when do u go for inheritance and polymorphism