how can be object class inherited to all class in a program
when java does not support multiple inheritance??
Answer Posted / pardeshi rahul
we can inherit by using Interfaces
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Why singleton pattern is better than creating singleton class with static instance?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Can extern variables be initialized?
What is bubble sort in java?
Break statement can be used as labels in java?
What is the advantage of preparedstatement over statement?
What is an immutable object?
What is the difference between equals() and?
Explain what do you mean by functional overloading in java?
What is the statements?
What is api data?
What are the types of collections in java?
Where are the card layouts used?
What is difference between static class and singleton pattern?
What is a vararg?