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
What do you understand by private, protected and public?
What is the meaning of immutable regarding string?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What are the concepts of 'OOPS'?
What is numeric data type?
What is private static class in java?
Explain about sets?
Explain what pure virtual function is?
Can we create constructor in abstract class ?
Which collection is thread safe in java?
How do you clear a method in java?
What is nullpointerexception?
Is break statement can be used as labels in java?
Explain java coding standards for constants?
Explain about join() method?